v10.6.7 #616
@ -880,10 +880,7 @@ export class RdDActor extends RdDBaseActor {
|
|||||||
for (let troncName of tronc) {
|
for (let troncName of tronc) {
|
||||||
message += "<br>" + troncName;
|
message += "<br>" + troncName;
|
||||||
}
|
}
|
||||||
ChatMessage.create({
|
ui.notifications.info(message);
|
||||||
whisper: ChatMessage.getWhisperRecipients(this.name),
|
|
||||||
content: message
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
const update = { _id: competence.id, 'system.niveau': nouveauNiveau };
|
const update = { _id: competence.id, 'system.niveau': nouveauNiveau };
|
||||||
await this.updateEmbeddedDocuments('Item', [update]); // Updates one EmbeddedEntity
|
await this.updateEmbeddedDocuments('Item', [update]); // Updates one EmbeddedEntity
|
||||||
|
Loading…
Reference in New Issue
Block a user