Skip to content

Commit

Permalink
Merge pull request #362 from i4Ds/ProStud_test
Browse files Browse the repository at this point in the history
changed the ref from kushtrim to Delberin
  • Loading branch information
Delberin-Ali committed May 15, 2024
2 parents 6ad1e87 + 905aa79 commit c126c35
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ProStudCreator/AdminPage.aspx
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
<div class="form-group">
<asp:Label runat="server" Text="Ansprechpersonen:" CssClass="control-label col-sm-3"></asp:Label>
<asp:Label runat="server" CssClass="col-sm-3 alignbottom">
<a href="mailto:kushtrim.sylejmani@fhnw.ch" target="_blank">Kushtrim Sylejmani</a>,
<a href="mailto:delberin.ali@fhnw.ch" target="_blank">Delberin Ali</a>,
<a href="mailto:dominik.gruntz@fhnw.ch" target="_blank">Dominik Gruntz</a>
</asp:Label>
</div>
Expand Down
2 changes: 1 addition & 1 deletion ProStudCreator/FAQ.aspx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
<h4>Ich habe einen Fehler entdeckt oder einen Verbesserungsvorschlag. Wohin damit?</h4>
<p>
Bitte erfasse Dein Anliegen auf <a href="https://github.com/i4Ds/ProStudCreator/issues">https://github.com/i4Ds/ProStudCreator/issues</a>. Auf der Seite sind auch
alle bereits bekannten Probleme und Vorschläge aufgelistet. Alternativ können Vorschläge und Bugs an <a href="mailto:kushtrim.sylejmani@fhnw.ch">Kushtrim Sylejmani</a> gemailt werden.
alle bereits bekannten Probleme und Vorschläge aufgelistet. Alternativ können Vorschläge und Bugs an <a href="mailto:delberin.ali@fhnw.ch">Delberin Ali</a> gemailt werden.
</p>
</div>
</asp:Content>
2 changes: 1 addition & 1 deletion ProStudCreator/Global.asax.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class Global : HttpApplication
public static readonly TimeSpan AllowTitleChangesBeforeSubmission = TimeSpan.FromDays(10*7);
public static readonly TimeSpan ExpectFinalPresentationAfterSubmissionForIP5 = TimeSpan.FromDays(2*7);
public static readonly TimeSpan GradingDuration = TimeSpan.FromDays(1);
public static readonly string WebAdmin = "kushtrim.sylejmani@fhnw.ch";
public static readonly string WebAdmin = "delberin.ali@fhnw.ch";
public static readonly string GradeAdmin = "admin.technik@fhnw.ch";
public static readonly string PayExpertAdmin = "hannelore.gerber@fhnw.ch";
public static readonly string InvoiceCustomersAdmin = WebAdmin; // if active change to: "hannelore.gerber@fhnw.ch";
Expand Down
2 changes: 1 addition & 1 deletion ProStudCreator/TaskHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ public static void SendThesisTitlesToAdmin(ProStudentCreatorDBDataContext db)
}
else
{
var mail = new MailMessage { From = new MailAddress("kushtrim.sylejmani@fhnw.ch") };
var mail = new MailMessage { From = new MailAddress("delberin.ali@fhnw.ch") };
mail.To.Add(new MailAddress(Global.WebAdmin));
mail.Subject = "Keine Thesis Titel an Admin geschickt";
mail.IsBodyHtml = true;
Expand Down
2 changes: 1 addition & 1 deletion ProStudCreator/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<add name="ProStudCreator.Properties.Settings.Database1ConnectionString" connectionString="Data Source=(LocalDB)\MSSQLLocalDB;AttachDbFilename=|DataDirectory|\Database1.mdf;Integrated Security=True" providerName="System.Data.SqlClient"/>
</connectionStrings>
<appSettings>
<add key="admins" value="kushtrim.sylejmani@fhnw.ch;simon.felix@fhnw.ch;dominik.gruntz@fhnw.ch"/>
<add key="admins" value="delberin.ali@fhnw.ch;simon.felix@fhnw.ch;dominik.gruntz@fhnw.ch"/>
<add key="localhost_remote" value="http://localhost/prostud/"/>
</appSettings>
<location path="WebResource.axd">
Expand Down

0 comments on commit c126c35

Please sign in to comment.