Forums / Setup & design / can_create and permissions

can_create and permissions

Author Message

BJørnar Trondsen

Thursday 17 August 2006 11:53:34 am

I have 2 users: One user has create permission to a certain class. The other one has create permission to all classes.

When displaying a NewButton which creates a new object that one of the user has permission to create, while the other user has not, the NewButton is display even though a user hasn't got access to create an object of a that specific class.
I only want to have the NewButton displayed for the user having the correct permission.

Here's the output for the user 1:
can_read boolean true
can_create boolean true
can_edit boolean false
can_hide boolean false
can_remove boolean false
can_move boolean false
can_move_from boolean false
can_add_location boolean false
can_remove_location boolean false
can_view_embed boolean false
is_main boolean true

Output for ouser 2:
can_read boolean true
can_create boolean true
can_edit boolean false
can_hide boolean false
can_remove boolean false
can_move boolean false
can_move_from boolean false
can_add_location boolean false
can_remove_location boolean false
can_view_embed boolean false
is_main boolean true

This are all the same.

Here's my code:
{section show=$node.object.can_create}
<form method="post" action={"/content/action"|ezurl}>
<input type="hidden" name="NodeID" value="{$node.node_id}" />
<input type="hidden" name="ClassID" value="24" />
<input type="hidden" name="ContentLanguageCode" value="eng-US" />
<input class="button" type="submit" name="NewButton" value="{'Upload Document'|i18n('design/standard/node/view')}" />
</form>
{/section}

Of course, when I log in with the user not having the permission and hit the NewButton, I get an access error (while it works for the user having the correct permission).

How can I have the NewButton displayed only for the user having the permission to create an object?

Marcin Drozd

Thursday 17 August 2006 1:26:52 pm

Hi
Did U try to disable cache for this template?
Put first line in your tpl: {set-block scope=root variable=cache_ttl}0{/set-block}
or maybe try with:
http://ez.no/doc/ez_publish/technical_manual/3_8/reference/modules/content/fetch_functions/access
http://ez.no/doc/ez_publish/technical_manual/3_8/reference/modules/content/fetch_functions/can_instantiate_classes
http://ez.no/doc/ez_publish/technical_manual/3_8/reference/modules/content/fetch_functions/can_instantiate_class_list
http://ez.no/doc/ez_publish/technical_manual/3_8/reference/modules/user/fetch_functions/has_access_to

http://ez-publish.pl

eZ debug

Timing: Jan 18 2025 19:35:39
Script start
Timing: Jan 18 2025 19:35:39
Module start 'content'
Timing: Jan 18 2025 19:35:40
Module end 'content'
Timing: Jan 18 2025 19:35:40
Script end

Main resources:

Total runtime0.8813 sec
Peak memory usage4,096.0000 KB
Database Queries191

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0059 588.8281180.8359
Module start 'content' 0.00590.7532 769.6641505.0000
Module end 'content' 0.75910.1222 1,274.6641333.4766
Script end 0.8813  1,608.1406 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00380.4353210.0002
Check MTime0.00160.1810210.0001
Mysql Total
Database connection0.00120.130610.0012
Mysqli_queries0.814792.43601910.0043
Looping result0.00180.20121890.0000
Template Total0.853096.820.4265
Template load0.00220.245120.0011
Template processing0.850896.540720.4254
Template load and register function0.00030.031510.0003
states
state_id_array0.00080.085510.0008
state_identifier_array0.00090.100620.0004
Override
Cache load0.00190.2162510.0000
Sytem overhead
Fetch class attribute can translate value0.00110.126730.0004
Fetch class attribute name0.00100.111620.0005
XML
Image XML parsing0.00050.054830.0002
class_abstraction
Instantiating content class attribute0.00000.000620.0000
General
dbfile0.00300.3422210.0001
String conversion0.00000.000730.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
2content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
6content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
5content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 15
 Number of unique templates used: 5

Time used to render debug report: 0.0002 secs