cubicweb-collaboration #3592577 itree over clone_of messes up breadcrumbs [validation pending]
It does not make much sense, in my opinion, to display the original of a clone in breadcrumbs. | |
priority | important |
---|---|
type | bug |
done in | 0.2.0 |
load | 0.300 |
load left | 0.000 |
closed by | #7121a6674c01 [adapters] Prevent collaborative entities from messing up breadcrumbs (closes #3592577) |
patch | [adapters] Prevent collaborative entities from messing up breadcrumbs (closes #3592577) [applied] |
Comments
-
2014/03/05 22:28, written by acampeas
-
2014/03/20 18:45, written by vpopescu
add commentThis is a likely sign that the is_clone_of is not composite but an immutable relation.
One way to disable this behavior seems to be the following:
in the application, define an empty parent method on the collaborative container entity, such as:
Thus, in the breadcrumbs one would have directly the link to the collaborative entity after the link to the list of entities of the same etype:
But, unfortunately, this doesn't seem to be something that can be done in the collaboration cube per se...