Lines 178-185
Link Here
|
178 |
}, |
178 |
}, |
179 |
"x-koha-authorization": { |
179 |
"x-koha-authorization": { |
180 |
"permissions": { |
180 |
"permissions": { |
181 |
"editcatalogue": "advanced_editor", |
181 |
"editcatalogue": { |
182 |
"editcatalogue": "create_shared_macros" |
182 |
"advanced_editor": 1, |
|
|
183 |
"create_shared_macros": 1 |
184 |
} |
183 |
} |
185 |
} |
184 |
} |
186 |
} |
185 |
} |
187 |
} |
Lines 457-464
Link Here
|
457 |
}, |
459 |
}, |
458 |
"x-koha-authorization": { |
460 |
"x-koha-authorization": { |
459 |
"permissions": { |
461 |
"permissions": { |
460 |
"editcatalogue": "advanced_editor", |
462 |
"editcatalogue": { |
461 |
"editcatalogue": "create_shared_macros" |
463 |
"advanced_editor": 1, |
|
|
464 |
"create_shared_macros": 1 |
465 |
} |
462 |
} |
466 |
} |
463 |
} |
467 |
} |
464 |
}, |
468 |
}, |
Lines 512-519
Link Here
|
512 |
}, |
516 |
}, |
513 |
"x-koha-authorization": { |
517 |
"x-koha-authorization": { |
514 |
"permissions": { |
518 |
"permissions": { |
515 |
"editcatalogue": "advanced_editor", |
519 |
"editcatalogue": { |
516 |
"editcatalogue": "delete_shared_macros" |
520 |
"advanced_editor": 1, |
|
|
521 |
"delete_shared_macros": 1 |
522 |
} |
517 |
} |
523 |
} |
518 |
} |
524 |
} |
519 |
} |
525 |
} |
520 |
- |
|
|