mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-14 18:10:40 +00:00
Bug fixes
This commit is contained in:
@ -84,7 +84,7 @@ class SpaCyNLPPipelineModelList extends RessourceList {
|
||||
this.listjs.list.addEventListener('change', (event) => {this.onChange(event)});
|
||||
}
|
||||
|
||||
init (user) {
|
||||
init(user) {
|
||||
this._init(user.spacy_nlp_pipeline_models);
|
||||
for (let switchElement of this.listjs.list.querySelectorAll('.shared')) {
|
||||
if (user.role.name !== 'Administrator' || user.role.name !== 'Contributor') {
|
||||
|
Reference in New Issue
Block a user