DB Migrtation geändert und PDF upload funktioniert
This commit is contained in:
@@ -10,13 +10,9 @@
|
||||
@inject IStringLocalizer<Index> Localizer
|
||||
|
||||
<div class="mb-3">
|
||||
<ActionLink Action="Apply" Text="Ingenieur Antrag hochladen" />
|
||||
<ActionLink Action="UserSearch" Text="Mitglieder finden" />
|
||||
@if (Oqtane.Security.UserSecurity.IsAuthorized(PageState.User, RoleNames.Admin))
|
||||
{
|
||||
<ActionLink Action="AdminReview" Text="Admin Bereich" Security="SecurityAccessLevel.Edit" />
|
||||
}
|
||||
<ActionLink Action="ApplicationList" Text="Liste alle Ingenieur Anträge" />
|
||||
<ActionLink Action="Apply" Text="Ingenieur Antrag hochladen"/>
|
||||
<ActionLink Action="UserSearch" Text="Mitglieder finden"/>
|
||||
<ActionLink Action="ApplicationList" Text="Alle Ingenieur-Anträge"/>
|
||||
</div>
|
||||
|
||||
@code {
|
||||
@@ -27,4 +23,5 @@
|
||||
new Stylesheet("_content/SZUAbsolventenverein.Module.PremiumArea/Module.css"),
|
||||
new Script("_content/SZUAbsolventenverein.Module.PremiumArea/Module.js")
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user