- advanced AsideMenuList.vue, AsideMenuItem.vue
All checks were successful
CI Pipeline / japa-tests (push) Successful in 53s
All checks were successful
CI Pipeline / japa-tests (push) Successful in 53s
- npm updates - load menu in AsideMenu.vue via main.ts store for saving the satus of menu items - extended jappa tests: test also permission on dataset controller code
This commit is contained in:
parent
b6fdfbff41
commit
bf9d25ae3e
12 changed files with 417 additions and 292 deletions
|
@ -100,7 +100,7 @@ export interface Subject {
|
|||
type: string;
|
||||
value: string;
|
||||
external_key?: string;
|
||||
dataset_count: number;
|
||||
dataset_count?: number;
|
||||
}
|
||||
export interface DatasetReference {
|
||||
// id: number;
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue