mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 10:27:09 +00:00
Adapt Log view to new configuration endpoint in the API
This commit is contained in:
@@ -611,9 +611,9 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
async getPresetRemarks () {
|
async getPresetRemarks () {
|
||||||
const url = `/project/${this.$route.params.project}/configuration/events/presetRemarks`;
|
const url = `/project/${this.$route.params.project}/configuration`;
|
||||||
|
|
||||||
this.presetRemarks = await this.api([url]);
|
this.presetRemarks = (await this.api([url]))?.events?.presetRemarks ?? {};
|
||||||
},
|
},
|
||||||
|
|
||||||
newItem (from = {}) {
|
newItem (from = {}) {
|
||||||
|
|||||||
Reference in New Issue
Block a user