mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 10:37:07 +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 () {
|
||||
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 = {}) {
|
||||
|
||||
Reference in New Issue
Block a user