Merge pull request #363 from sbwalker/master

fix regression bug related to transition to PermissionNames constants
This commit is contained in:
Shaun Walker 2020-04-12 10:12:22 -04:00 committed by GitHub
commit 75eee3e950
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>