Skip to content

Commit

Permalink
Fix objective create/update
Browse files Browse the repository at this point in the history
  • Loading branch information
Petter Holt Juliussen committed Jan 18, 2024
1 parent cb379f2 commit ab46833
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format

## [UNRELEASED]

### Fixed

- Fixed a bug making it impossible to create or update organization level
objectives.

## [4.1.0] 2024-01-15

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/components/drawers/EditObjective.vue
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ export default {
const [start, end] = this.periodRange;
const targetParentRef =
this.owner === this.potentionalOwner.ref.path
this.canLift && this.owner === this.potentionalOwner.ref.path
? this.potentionalOwner.ref
: this.currentOwner.ref;
Expand Down

0 comments on commit ab46833

Please sign in to comment.