Classified check

This commit is contained in:
SamSys
2025-04-20 16:18:34 +03:30
parent a3533234f1
commit 6aefe7e88c
2 changed files with 5 additions and 1 deletions

View File

@@ -463,6 +463,10 @@
<p class="pull-right" style="margin-right: 10px">
<a permission="10310" asp-page="./CreateWorkshop" class="btn btn-success btn-rounded waves-effect waves-light m-b-5" style=" background-color: #f5f5f5; border-color: #0f9500; font-family: 'Web_Yekan' !important; color: #0f9500 !important; "> <i class="fa fa-user-plus" style="padding-left: 3px; font-size: 14px; color: #0f9500 !important "></i> <span>ایجاد کارگاه</span> </a>
</p>
@* <p class="pull-right" style="margin-right: 10px">
<a permission="10310" href="#showmodal=@Url.Page("./Index", "NewCreate")" class="btn btn-success btn-rounded waves-effect waves-light m-b-5" style=" background-color: #f5f5f5; border-color: #0f8200; font-family: 'Web_Yekan' !important; color: #0f8200 !important; "> <i class="fa fa-user-plus" style="padding-left: 3px; font-size: 14px; color: #0f9500 !important "></i> <span>ایجاد کارگاه</span> </a>
</p> *@
</div>
</div>
<div class="col-sm-12">

View File

@@ -220,7 +220,7 @@ public class IndexModel : PageModel
command.ArchiveCode = newcode;
command.PermissionIds = permissionIds;
// command.CurrentAccoutRoleId = currentAccout.RoleId;
return Partial("./Create4", command);
return Partial("./Create5", command);
}
public IActionResult OnPostCreate(CreateWorkshop command)