mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 00:58:48 +02:00
dashboard editor
This commit is contained in:
@@ -13,6 +13,7 @@ class TurboStreamEvent extends HTMLElement {
|
||||
const event = new CustomEvent("itop:TurboStreamEvent", {
|
||||
detail: {
|
||||
id: this.getAttribute('id'),
|
||||
form_id: this.dataset.formId,
|
||||
block_class: this.dataset.formBlockClass,
|
||||
view_data: this.dataset.viewData,
|
||||
valid: this.dataset.valid,
|
||||
|
||||
Reference in New Issue
Block a user