05-16-2014 04:44 AM
/**
* Update UI to reflect current user's permissions
*
* @method handlePermissions
*/
handlePermissions: function CommentsList_handlePermissions(oRequest, oFullResponse)
{
// Examine the user permissions on the parent node
var permissions = oFullResponse.nodePermissions || {};
if (permissions["create"])
{
Dom.removeClass(this.id + "-actions", "hidden");
}
// Return response unmodified
return oFullResponse;
},
05-16-2014 05:42 AM
05-16-2014 08:17 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.