Commit 22d779e2 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Test basic security before displaying widgets or some user interface tabs (ex. Person, Project)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16525 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c5add8d8
...@@ -44,6 +44,12 @@ ...@@ -44,6 +44,12 @@
</object> </object>
</value> </value>
</item> </item>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[ <value> <string encoding="cdata"><![CDATA[
...@@ -71,7 +77,7 @@ ...@@ -71,7 +77,7 @@
</option>\n </option>\n
</select>\n </select>\n
</div>\n </div>\n
<div>\n <div tal:condition="here/Base_hasProjectModuleViewPermission">\n
<label for="source_project" value="" i18n:translate="" i18n:domain="ui">Programme</label>\n <label for="source_project" value="" i18n:translate="" i18n:domain="ui">Programme</label>\n
<select size="1" id="source_project" name="source_project"\n <select size="1" id="source_project" name="source_project"\n
tal:attributes="name string:${contribute_prefix}source_project">\n tal:attributes="name string:${contribute_prefix}source_project">\n
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment