-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Web UI
-
Tags:
As a PS Team Member with several projets and needs, i was wondering about how to change the link targetted by a nuxeo-user-tag/nuxeo-group-tag and how to change it easily in my elements once or twice in a single page (once -> routing, twice -> ?)
I ended up with a fork of those elements and the adding of a href attribute. If this one is missing, the routing value is taken as a result.
_href(user) {
if (this.href)
{ *return* *this*.href; }return this.urlFor('user', this._id(user));
}
I dont know if it is a quite good solution, please let me know from you.
Thanks