#896 closed defect (invalid)
edit user: List is empty
Reported by: | FrankJaeger | Owned by: | dev |
---|---|---|---|
Priority: | trivial | Milestone: | future |
Component: | administration | Version: | |
Keywords: | Edit User | Cc: |
Description
Version: Trunk from this week.
GUI: admin2_de/en
Function: "Create and edit User"
After loading the gui the Drop-Down-List with Users is empty. Only 1 Line: "New". (Workarround: Using the filter on top fills the list.)
Change History (2)
comment:1 by , 12 years ago
Milestone: | 2.7.4 release → future |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Version: | 2.7.3 |
comment:2 by , 12 years ago
Hello Frank,
have a look at mapbender.conf-dist Here are some configurations to be done:
From line 263: # -------------------------------------------- # user autocomplete # -------------------------------------------- define('SEARCH_LIMIT', 50); define('SEARCH_COLUMN1', 'mb_user_name'); define('SEARCH_COLUMN2', 'mb_user_email');
Greetings from Koblenz
Armin
Note:
See TracTickets
for help on using tickets.
This behaviour of the drop down menu was added in the trunk version to deal with large numbers of users. The user has to use the filter on top to select a user.