Skip to content

Commit

Permalink
Merge pull request #956 from oslokommune/fix-objective-create
Browse files Browse the repository at this point in the history
Fix objective create/update
  • Loading branch information
petterhj authored Jan 18, 2024
2 parents cb379f2 + ab46833 commit f2bfae1
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 f2bfae1

Please sign in to comment.