Actions
bug #9562
closedPublish flag of field units and derived units are not handled correctly
Start date:
Due date:
% Done:
100%
Estimated time:
Severity:
blocker
Found in Version:
Description
when editing the field unit publish flag the publish flag of the derivate units are changed, too and/or not saved correctly.
Updated by Katja Luther over 2 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 50
Applied in changeset taxeditor|6dd14e6fb067f81fb1deba7377d5bf81312a5991.
Updated by Katja Luther over 2 years ago
- Assignee changed from Katja Luther to Andreas Müller
- Severity changed from normal to blocker
this should be fixed. The problem was that the value for the publish checkbox was taken from DerivedUnitFace.isPublish() and this always returns the value of the field unit if a field unit exists.
Now the value for the publish checkbox is taken from DerivedUnitFacade.innerDerivedUnit().isPublish for derived units and DerivedUnitFacade.innerFieldUnit().isPublish for field units.
Updated by Andreas Müller over 2 years ago
- Status changed from Resolved to Closed
- Assignee changed from Andreas Müller to Katja Luther
- % Done changed from 50 to 100
This seems to work
Actions