Skip to content

Commit

Permalink
fix: the return is not the same as the input
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassabreu committed May 13, 2022
1 parent 206ee85 commit 41c74ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- `edit-multiple` was not updating time entries without interactive mode.

## [v0.36.1] - 2022-05-10

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion cmd/editMultiple.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Start and end fields can't be mass-edited.`,

dc := newDescriptionCompleter(c, tei.WorkspaceID, tei.UserID)

if _, err = manageEntry(
if tei, err = manageEntry(
tei,
fillTimeEntryWithFlags(cmd.Flags()),
getAllowNameForIDsFn(c),
Expand Down

0 comments on commit 41c74ac

Please sign in to comment.