- 26 Aug, 2016 12 commits
-
-
Sylvain Thénault authored
Not updating debian/changelog and cubicweb-seda.spec because this release is still for demo only, not an actually packaged release (installed from source on our demo server).
-
Sylvain Thénault authored
Reintroduce code list version for simplified profiles, but restrict elements to those making sense in that case
-
Sylvain Thénault authored
similarly as for archive units.
-
Sylvain Thénault authored
So hide the former and add a tab for the later on archive unit in simplified profiles.
-
Sylvain Thénault authored
-
Sylvain Thénault authored
filename is a bit specific since it's a BinaryDataObject attribute retrieved from its jumped FileInfo element. As an attribute, it's displayed in the BDO main tab. As a FileInfo element, it was also catched by rtags_from_xsd_element to be displayed in the tab display FileInfo subelements. This was also screwing up its reledit view. Skipping such attributes in underlying `rtags_from_rtype_role_targets` function fixes both problems.
-
Sylvain Thénault authored
-
Sylvain Thénault authored
unclear why it wasn't displayed by default while it is for Compressed entities. Add clearer translation along the way.
-
Sylvain Thénault authored
-
Sylvain Thénault authored
There should be no need for etype specific rules, default rules will be overriden.
-
Sylvain Thénault authored
-
Sylvain Thénault authored
Move entity_call method in parent abc for tabs displaying objects below archive unit's content sequence
-
- 25 Aug, 2016 7 commits
-
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
Sylvain Thénault authored
We don't have to handle the case of "reference" archive unit. Refactor a bit the original tab class to ease this overriding, by introducing a 'sub_unit_types' class property.
-
Sylvain Thénault authored
Instead of displaying content subobjects, display directly the properties we're interested in. An archive unit may only have one content entity in the case of simplified profiles.
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
Sylvain Thénault authored
so that on creation, we don't get every archive unit in the database but only those in the parent's container.
-
- 26 Aug, 2016 8 commits
-
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
Sylvain Thénault authored
And rename it consistently with other simplified profile specific tabs.
-
Sylvain Thénault authored
-
- 25 Aug, 2016 2 commits
-
-
Sylvain Thénault authored
not the transfer entity.
-
Sylvain Thénault authored
-
- 26 Aug, 2016 1 commit
-
-
Sylvain Thénault authored
-
- 25 Aug, 2016 10 commits
-
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
Sylvain Thénault authored
It wasn't working properly because of the extra 'metaFieldSwitch' class. This fix rely on the position of the icon class in the list of classes, mostly because: * I add no idea how to do it properly (without having to test for each icon) * It seems fine enough like that * I'm lazy
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
Sylvain Thénault authored
The purpose wasn't to replace the default AnyEntity implememtation... Closes #14787888
-