Skip to content

Commit

Permalink
chnge group for field
Browse files Browse the repository at this point in the history
  • Loading branch information
urchinpro committed Dec 2, 2024
1 parent 5f9e790 commit 090a9b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions l2-frontend/src/construct/ParaclinicResearchEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1400,7 +1400,7 @@ export default {
await this.loadDepartmentsForPermissions();
await this.load_deparments();
await this.loadDynamicDirectories();
this.findPossibleGroupForField();
await this.findPossibleGroupForField();
},
mounted() {
window.$(window).on('beforeunload', () => {
Expand Down Expand Up @@ -1799,7 +1799,7 @@ export default {
closePermissionsModal() {
this.showPermissionsModal = false;
},
findPossibleGroupForField() {
async findPossibleGroupForField() {
this.possibleGroupForField = this.groups.map(group => ({ id: group.pk, label: group.pk }));
},
},
Expand Down

0 comments on commit 090a9b4

Please sign in to comment.