Skip to content

Commit

Permalink
fix values view.
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinBetanc0urt committed Apr 15, 2024
1 parent 1e8c5d4 commit 21e260e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ export default {
})
},
saveAccoutingCombination() {
// TODO: Improve with format 'object'
const attributes = this.$store.getters.getValuesView({
containerUuid: this.uuidForm,
format: 'array'
Expand Down Expand Up @@ -523,6 +524,7 @@ export default {
if (isEmptyValue(parentUuid)) {
parentUuid = this.metadata.containerUuid
}
// TODO: Improve with format 'object'
const filters = this.$store.getters.getValuesView({
containerUuid: this.uuidForm,
format: 'array'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ export default {
} else {
const values = this.$store.getters.getValuesView({
containerUuid: this.containerUuid,
format: 'Object'
format: 'object'
})

baseUrlMap += this.generateDisplayedValue(values)
Expand Down

0 comments on commit 21e260e

Please sign in to comment.