When a specific Panels task's variants are being sorted, it can be hard to differentiate between the different items if their names are not verbose enough. In order to help differentiate between them, it would be useful to list their selection rules along with their names.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | ctools-variant_sort_page-2582541-7.patch | 1.6 KB | kepford |
Comments
Comment #2
kepford commentedInitial pass at adding this feature. However this change is actually to the Ctools project and specifically Page manager 7.x-1.9. This change is producing a warning.
Warning: Creating default object from empty value in page_manager_handler_rearrange() (line 1557 of /docroot/sites/all/modules/contrib/ctools/page_manager/page_manager.admin.inc).Comment #3
damienmckennaComment #7
kepford commentedWarning resolved and rerolled to apply to 7.x-1.x-dev
Comment #8
damienmckennaThis provides a reasonable UX improvement and uses CTools' own APIs to make the change, so there's little extra code involved.
Comment #9
japerryLooks good, tested good. Committed.