Skip to content

Commit

Permalink
fix(Facility): Repaired updating from facility details page
Browse files Browse the repository at this point in the history
OpenSILEX/opensilex-dev!1291

(cherry picked from commit 3875108)
  • Loading branch information
HART Maximilian authored and Crejak committed Oct 16, 2024
1 parent de114a0 commit 188576c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [1.3.4]

### Fixed

- (!1289) Deleting data with criteria now works again
- (!1291) Updating a Facility from the Facility details page now works correctly

## [1.3.3]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ export default class FacilityDescription extends Vue {
}
editOrganizationFacility() {
this.organizationFacilityForm.showEditForm(DTOConverter.extractURIFromResourceProperties(this.selected));
this.organizationFacilityForm.showEditForm(this.selected.uri);
}
deleteOrganizationFacility() {
Expand Down

0 comments on commit 188576c

Please sign in to comment.