Actions
Bug #7861
closedEditing an activity entry with an action causes JS error
Description
Autocomplete JS plugin seams to fail to load correctly when editing an activity entry trying to use it. So likely loading too late. Only confirmed on demo site thus far (could be demo site problem).
Updated by krileon over 4 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Autocomplete wasn't being loaded early enough. CB Select was trying to call autocomplete functions before autocomplete was bound, which happened after CB Select was bound.
Actions