Actions
Bug #3795
closedUserlist edit of image fields not functional
Description
Userlist edit display isn't rendering in the JS needed to show/hide inputs, etc.. causing image ajax usage to be nonfunctional.
Updated by krileon almost 12 years ago
This is due to the inputs all rendering with the same names and ids. This causes the JS to target only the first field present. For userlists it seams name and ids will need to be altered to make them unique.
Updated by krileon almost 12 years ago
Unfortunate it appears that image fields will need to be disabled for userlist ajaxing as the JS isn't unique enough.
Updated by krileon almost 12 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Image fields can't be ajax updated on userlists due to an internal check in the field to see if the database column exists. As a result of this userlist ajax display is force disabled in source to prevent problems. All other fields appear to be functioning ok.
Updated by krileon almost 12 years ago
- Status changed from Resolved to Closed
- Target version set to 1.4.8
Actions