Object info has a new section "Published version" containing all details if it exists #56
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull requests affects the "object_information.tpl" template. It is shown if you edit a content object of if you look at the version history for a content object.
http://devmanage.lovestack.mugo.ca/content/history/58
http://devmanage.lovestack.mugo.ca/content/edit/58
The top section "Object information" contains the details:
ID (object ID)
Created (creation time + creator user name)
Modified (object modification + user name of that last modification)
Published version (version id number)
The Modified details are buggy currently - see:
ezsystems#1296
The pull request 1296 fixes the issue - but I think it's worth considering to also re-organize the object information a little. This pull request fixes the buggy Modified details and additionally puts the details from Modified and Published version into a dedicated section called 'Published version'.
See the 2 screenshots:
NEW:
OLD: