-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate <permissionClasses> -> <requiresPermissions> (#730)
- Loading branch information
1 parent
2ade761
commit 49cf2cc
Showing
12 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<view xmlns="http://labkey.org/data/xml/view" title="ChemistryAnalyzer ETL Module"> | ||
<permissionClasses> | ||
<requiresPermissions> | ||
<permissionClass name="org.labkey.api.security.permissions.ReadPermission"/> | ||
</permissionClasses> | ||
</requiresPermissions> | ||
</view> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
WNPRC_EHR/resources/views/research_ultrasounds_webpart.view.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<view xmlns="http://labkey.org/data/xml/view" title="Info Panel"> | ||
<permissionClasses> | ||
<requiresPermissions> | ||
<permissionClass name="org.labkey.api.security.permissions.ReadPermission"/> | ||
</permissionClasses> | ||
</requiresPermissions> | ||
</view> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<view xmlns="http://labkey.org/data/xml/view" title="Results Panel"> | ||
<permissionClasses> | ||
<requiresPermissions> | ||
<permissionClass name="org.labkey.api.security.permissions.ReadPermission"/> | ||
</permissionClasses> | ||
</requiresPermissions> | ||
</view> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<view xmlns="http://labkey.org/data/xml/view" title="WNPRC Virology ETL Module"> | ||
<permissionClasses> | ||
<requiresPermissions> | ||
<permissionClass name="org.labkey.api.security.permissions.ReadPermission"/> | ||
</permissionClasses> | ||
</requiresPermissions> | ||
</view> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<view xmlns="http://labkey.org/data/xml/view" title="R24 ETL Module"> | ||
<permissionClasses> | ||
<requiresPermissions> | ||
<permissionClass name="org.labkey.api.security.permissions.ReadPermission"/> | ||
</permissionClasses> | ||
</requiresPermissions> | ||
</view> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<view xmlns="http://labkey.org/data/xml/view" title="U24 ETL Module"> | ||
<permissionClasses> | ||
<requiresPermissions> | ||
<permissionClass name="org.labkey.api.security.permissions.ReadPermission"/> | ||
</permissionClasses> | ||
</requiresPermissions> | ||
</view> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters