fix regression bug related to transition to PermissionNames constants

This commit is contained in:
Shaun Walker 2020-04-12 10:12:48 -04:00
parent f763fbd058
commit 112397c9de

View File

@ -15,7 +15,7 @@
<tr> <tr>
<td colspan="2" align="center"> <td colspan="2" align="center">
<Label For="permissions" HelpText="Select who you want to access the module">Permissions: </Label> <Label For="permissions" HelpText="Select who you want to access the module">Permissions: </Label>
<PermissionGrid EntityName="@EntityNames.ModuleDefinition" PermissionNames=PermissionNames.Utilize Permissions="@_permissions" @ref="_permissionGrid" /> <PermissionGrid EntityName="@EntityNames.ModuleDefinition" PermissionNames="@PermissionNames.Utilize" Permissions="@_permissions" @ref="_permissionGrid" />
</td> </td>
</tr> </tr>
</table> </table>