-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
Describe the bug
Edit updates the reference in bolt instead of creating a new log. Noticed during work to export all revisions.
To Reproduce
Steps to reproduce the behaviour:
(you'll need go install go.etcd.io/bbolt/cmd/bbolt@latest to view the database entries.
worklog create --title "foo"worklog edit <abc> --title "bar"bbolt keys ~/.worklog/worklog.db Work- This will show 1 item, whereas it should show 2.
Expected behaviour
Each edit will create a new (and separate) log, all of which can be retrieved.
Environment (please complete the following information):
- OS: Linux Debian
- Version 0.6.11
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working