Classified check
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user