mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 04:46:42 +02:00
Fix selectbox resetDirty()
This commit is contained in:
@@ -488,6 +488,10 @@ export class et2_selectbox extends et2_inputWidget
|
||||
|
||||
this.set_tags(this.options.tags, this.options.width);
|
||||
|
||||
// Reset dirty again here. super.doLoadingFinished() does it too, but set_tags() & others
|
||||
// change things. Moving set_tags() before super.doLoadingFinished() breaks tag widgets
|
||||
this.resetDirty();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user