##// END OF EJS Templates
api: add consistent permissions_summary data for both user and user_groups that expose...
api: add consistent permissions_summary data for both user and user_groups that expose the summary of permissions for each object. - deprecates the 'permissions' data key for get_user - adds a consistent way of fetching permissions summary for both objects.

File last commit:

r518:9f9ffd3a default
r2437:31460ef8 default
Show More
sequence_item.pt
11 lines | 450 B | text/plain | TextLexer
<div tal:omit-tag="field.widget.hidden"
tal:define="
hidden hidden|field.widget.hidden;
description description|field.description;"
title="${description}"
class="form-group row deform-seq-item ${field.error and error_class or ''} ${field.widget.item_css_class or ''}"
i18n:domain="deform">
<div class="deform-seq-item-group">
<span tal:replace="structure field.serialize(cstruct, readonly=True)"/>
</div>
</div>