Skip to content

Fix empty 'more values' popup for internal attributes - #486

Open
MGSousa wants to merge 1 commit into
leenooks:masterfrom
MGSousa:master
Open

Fix empty 'more values' popup for internal attributes#486
MGSousa wants to merge 1 commit into
leenooks:masterfrom
MGSousa:master

Conversation

@MGSousa

@MGSousa MGSousa commented Sep 7, 2026

Copy link
Copy Markdown

The "N more values ..." popup modal populates its list purely client-side, by scraping hidden <input> elements already rendered on the page for the given attribute.

Internal/operational attributes of memberof are rendered under a separate container, div#internal (on resources/views/frames/dn.blade.php), not div#template-default. As a result, clicking "N more values ..." on any internal attribute with more values than pla.limit.values always opens an empty popup, since the selector never matches anything.

Thus the fix to drop the div#template-default prefix from the selector so it also matches attributes rendered under div#internal.

Tests

  • Tested on latest release against a test OpenLDAP and including groups with several members, in Firefox and Chrome.
  • Before the fix:
image - After the fix: image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant