Modify

Opened 16 years ago

Closed 15 years ago

#2866 closed enhancement (fixed)

create a selection box which uses ajax to get the users from a big list also

Reported by: anonymous Owned by: Vladislav Naumov
Priority: normal Component: CcSelectorPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.10

Description

it would be nice to have a selection box which uses ajax to get the users from a big list also.

Attachments (0)

Change History (3)

comment:2 Changed 16 years ago by Vladislav Naumov

Status: newassigned

How big you want your list to be?

This plugin is only usable for lists of 3..50 addresses - smaller lists don't have a need in any special selection plugin, larger lists will produce unusable amount of checkboxes.

And lists of 3..50 addresses can easily be hard-coded in Javascript array.

comment:3 Changed 15 years ago by Vladislav Naumov

Resolution: fixed
Status: assignedclosed

Fixed in r5872 for 0.11 and later, and in r5873 for 0.10.

It does not use AJAX, but does what it should do: fetches "developer" list from DB. "Developers" are users who logged in at least once (see session table in trac db) and have 'TICKET_VIEW' permission.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Vladislav Naumov.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.