File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 221221 </ div >
222222 <!-- Role Assignment History Panel -->
223223 < o:importConstants type ="edu.harvard.iq.dataverse.settings.FeatureFlags " />
224- < div class ="panel panel-default " rendered ="#{FeatureFlags.ROLE_ASSIGNMENT_HISTORY.enabled()} ">
224+ < div class ="panel panel-default " jsf: rendered ="#{FeatureFlags.ROLE_ASSIGNMENT_HISTORY.enabled()} ">
225225 < div data-toggle ="collapse " data-target ="#panelCollapseHistory " class ="panel-heading text-info ">
226226 #{bundle['dataverse.permissions.history']} < span class ="glyphicon glyphicon-chevron-down " /> < span class ="text-muted small pull-right "> #{bundle['dataverse.permissions.history.description']}</ span >
227227 </ div >
Original file line number Diff line number Diff line change 55 xmlns:ui ="http://java.sun.com/jsf/facelets "
66 xmlns:p ="http://primefaces.org/ui "
77 xmlns:c ="http://java.sun.com/jsp/jstl/core "
8+ xmlns:jsf ="http://xmlns.jcp.org/jsf "
89 xmlns:o ="http://omnifaces.org/ui "
910 xmlns:iqbs ="http://xmlns.jcp.org/jsf/composite/iqbs ">
1011
198199 </ div >
199200 <!-- Role Assignment History Panel -->
200201 < o:importConstants type ="edu.harvard.iq.dataverse.settings.FeatureFlags " />
201- < div class ="panel panel-default " rendered ="#{FeatureFlags.ROLE_ASSIGNMENT_HISTORY.enabled()} ">
202+ < div class ="panel panel-default " jsf: rendered ="#{FeatureFlags.ROLE_ASSIGNMENT_HISTORY.enabled()} ">
202203 < div data-toggle ="collapse " data-target ="#panelCollapseHistory " class ="panel-heading text-info ">
203204 #{bundle['dataverse.permissions.history']} < span class ="glyphicon glyphicon-chevron-down " /> < span class ="text-muted small pull-right "> #{bundle['dataverse.permissions.history.description']}</ span >
204205 </ div >
You can’t perform that action at this time.
0 commit comments