Skip to content

Commit

Permalink
fixed for new popovermode
Browse files Browse the repository at this point in the history
  • Loading branch information
StiftungAusNachlass committed Dec 11, 2024
1 parent 72fb9ab commit cf2381e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/webfrontend/find-duplicate-field-values.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ class FindDublicateFieldValues extends CustomMaskSplitter
if data.objects.length == 0
infoButton.hide()

CUI.Events.trigger
type: "viewport-resize"

if infoButton.opts.onClick
infoButton._onClick = newOnClick.bind(infoButton)
return
Expand Down Expand Up @@ -211,8 +214,8 @@ class FindDublicateFieldValues extends CustomMaskSplitter
return


# get groups, of which users are allowed to use this plugin
_getAllowedGroupdIDs: ->
# get groups, of which users are allowed to use this plugin
baseConfig = ez5.session.getBaseConfig("plugin", "find-duplicate-field-values")
config = baseConfig['FindDuplicateFieldvalues']['find_duplicate_field_values'] || baseConfig['FindDuplicateFieldvalues']
allowedGroups = []
Expand Down

0 comments on commit cf2381e

Please sign in to comment.