#90 : Gestion des tetes reserve extensible et reserve en securite

This commit is contained in:
2020-12-30 19:18:07 +01:00
parent 4bd23b3a59
commit 557bb3a7d7
5 changed files with 118 additions and 33 deletions

View File

@ -370,12 +370,18 @@ export class RdDActorSheet extends ActorSheet {
const item = this.actor.getOwnedItem(myID);
item.sheet.render(true);
});
// Display info about queue
// Info sort
html.find('.sort-label a').click((event) => {
let myID = event.currentTarget.attributes['data-id'].value;
const item = this.actor.getOwnedItem(myID);
item.sheet.render(true);
});
// Info sort
html.find('.case-label a').click((event) => {
let myID = event.currentTarget.attributes['data-id'].value;
const item = this.actor.getOwnedItem(myID);
item.sheet.render(true);
});
// Display info about queue
html.find('.conteneur-name a').click((event) => {