Incorrect Package declaration in jquery_impromptu.info
kentr - October 5, 2009 - 19:18
| Project: | jQuery Impromptu |
| Version: | 6.x-1.1 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
This is so tiny I didn't think a patch was necessary.
Description:
In the Admin modules list, JQI creates it's own group (fieldset) rather than falling into the existing User interface group that other modules use.
Solution:
jquery_impromptu.info line 4:
change: package = User Interface
to: package = User interface
