-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Adding a 'logentry' is overly complex - mainly as the mechanism is having to deal with the case where the 'log' element may have zero 'logentry' child elements.
Instead - ensure there is always at least one 'logentry' child element which can be cloned with simplified code. (i.e. less to go wrong, less to duplicate).
To do :
- Initialise the 'log' instance with a single 'logentry' child element ('log initialised' message would be fine).
- Make sure the 'xf:delete' doesn't delete the first 'logentry' child element.
- (possibly) hide the first element from the UI.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request