File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,9 @@ class FindDublicateFieldValues extends CustomMaskSplitter
100
100
if data .objects .length == 0
101
101
infoButton .hide ()
102
102
103
+ CUI .Events .trigger
104
+ type : " viewport-resize"
105
+
103
106
if infoButton .opts .onClick
104
107
infoButton ._onClick = newOnClick .bind (infoButton)
105
108
return
@@ -211,8 +214,8 @@ class FindDublicateFieldValues extends CustomMaskSplitter
211
214
return
212
215
213
216
217
+ # get groups, of which users are allowed to use this plugin
214
218
_getAllowedGroupdIDs : ->
215
- # get groups, of which users are allowed to use this plugin
216
219
baseConfig = ez5 .session .getBaseConfig (" plugin" , " find-duplicate-field-values" )
217
220
config = baseConfig[' FindDuplicateFieldvalues' ][' find_duplicate_field_values' ] || baseConfig[' FindDuplicateFieldvalues' ]
218
221
allowedGroups = []
You can’t perform that action at this time.
0 commit comments