Fix error changement categorie

This commit is contained in:
Vincent Vandemeulebrouck
2021-05-06 21:34:07 +02:00
parent c6c098b635
commit 67631a46df
2 changed files with 13 additions and 7 deletions

View File

@ -17,6 +17,10 @@ export class RdDItem extends Item {
return typesObjetsOeuvres;
}
isCompetence() {
return Misc.data(this).type == 'competence';
}
isConteneur() {
return Misc.data(this).type == 'conteneur';
}