Last modified created #249
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Status quo
If an entry has not been modified since creation, the
last_modifiedcolumn on overview tables will have no date but the placeholder ----.Technically it is true that the entry has not been modified, yet.
Practically it could be benefitting to use the created timestamp as
last_modifiedif there is no reallast_modified, yet.Enhancement
Using this approach we can think about ordering using
last_modifiedas default on the overviews. This way a newly created entry would be sorted on top of everything, which might be what a user expects.Merged in #250