SUMMARY If I duplicate an item, the date fields "created on:" and "modified on:" are filled with the value of the copied item. It would make a lot of sense if the "created on:" field was filled with the current date, especially because this field cannot be changed manually. greetings Udo STEPS TO REPRODUCE 1. duplicate an item 2. take a look at "created on:" 3. OBSERVED RESULT the new item has the date "created on:" of the copied item EXPECTED RESULT the new item should have the current date SOFTWARE/OS VERSIONS KDE Plasma Version: 5.12.8 KDE Frameworks Version: 5.55.0 Qt Version: 5.9.7 ADDITIONAL INFORMATION
Git commit 9869b15dcfdc9e305ea7571d32fa60e7abbc8426 by Robby Stephenson. Committed on 28/05/2020 at 01:23. Pushed by rstephenson into branch '3.3'. Fix bug for setting creation date field for duplicated entries FIXED-IN: 3.3.1 M +4 -0 ChangeLog M +5 -1 src/entry.cpp M +18 -0 src/tests/collectiontest.cpp https://invent.kde.org/office/tellico/commit/9869b15dcfdc9e305ea7571d32fa60e7abbc8426
Git commit 63a7a6bdbc9cd8c9dd4bae413e8f9915ebaf9110 by Robby Stephenson. Committed on 28/05/2020 at 01:22. Pushed by rstephenson into branch 'master'. Fix bug for setting creation date field for duplicated entries FIXED-IN: 3.3.1 M +4 -0 ChangeLog M +5 -1 src/entry.cpp M +18 -0 src/tests/collectiontest.cpp https://invent.kde.org/office/tellico/commit/63a7a6bdbc9cd8c9dd4bae413e8f9915ebaf9110
Thank you for the prompt fixing. greetings Udo
Sorry Robby, In Version 3.3.2 this Bug is present again. greetings Udo
Git commit bd336b2c1d913edec9e130e0a59342a23112c433 by Robby Stephenson. Committed on 18/08/2020 at 00:59. Pushed by rstephenson into branch '3.3'. Fix regression for created and modified dates for duplicated entries A recent fix to account for imported entries with modified date value but not create ddate value broke the fix for this bug, so expand the unit test and clear both date values in the Entry constructors. FIXED-IN: 3.3.3 M +4 -0 ChangeLog M +2 -0 src/entry.cpp M +5 -0 src/tests/collectiontest.cpp https://invent.kde.org/office/tellico/commit/bd336b2c1d913edec9e130e0a59342a23112c433
(In reply to Fabiano Caruana from comment #4) > In Version 3.3.2 this Bug is present again. Sorry about that. I fixed a different bug and ended up re-opening this one. Thanks for letting me know again!
Git commit 2fbb5692b10df068bb9c7c4304c7ee240780af3d by Robby Stephenson. Committed on 18/08/2020 at 01:00. Pushed by rstephenson into branch 'master'. Fix regression for created and modified dates for duplicated entries A recent fix to account for imported entries with modified date value but not create ddate value broke the fix for this bug, so expand the unit test and clear both date values in the Entry constructors. FIXED-IN: 3.3.3 M +4 -0 ChangeLog M +2 -0 src/entry.cpp M +5 -0 src/tests/collectiontest.cpp https://invent.kde.org/office/tellico/commit/2fbb5692b10df068bb9c7c4304c7ee240780af3d