We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f61860 commit 4ad52e7Copy full SHA for 4ad52e7
src/resources/views/crud/inc/form_fields_script.blade.php
@@ -80,7 +80,7 @@ class CrudField {
80
if(this.isSubfield) {
81
window.crud.subfieldsCallbacks[this.parent.name] ??= [];
82
window.crud.subfieldsCallbacks[this.parent.name].push({ closure, field: this });
83
- this.wrapper.trigger('CrudField:callbacksUpdated');
+ this.wrapper.trigger('CrudField:subfieldCallbacksUpdated');
84
return this;
85
}
86
0 commit comments