Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
reg-app
Regapp
Commits
ab7e6789
Commit
ab7e6789
authored
Oct 14, 2019
by
michael.simon
Browse files
Deactivate dynamic content loading on user admin page
For now closes
#77
.
parent
3bc68578
Changes
1
Hide whitespace changes
Inline
Side-by-side
bwreg-webapp/src/main/webapp/admin/user/show-user.xhtml
View file @
ab7e6789
...
...
@@ -27,9 +27,9 @@
<h2><h:outputText
value=
"#{messages.user}: #{showUserBean.entity.eppn}"
/></h2>
<p:messages
id=
"messageBox"
showDetail=
"true"
/>
<div
id=
"panel"
>
<p:tabView
id=
"tabVw"
dynamic=
"
tru
e"
cache=
"true"
>
<p:tabView
id=
"tabVw"
dynamic=
"
fals
e"
cache=
"true"
>
<p:tab
id=
"tab1"
title=
"#{messages.user_properties}"
>
<p:panelGrid
id=
"baseData"
columns=
"2"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment