Added export presets for category items.
Details
- make export with "Save/Update Export Preset" checked and "Export Preset Title" entered
- confirm, that on next export new export preset with entered "Export Preset Title" is available and working (chages export configuration on selection)
- press "Delete" button when some export preset is chosen and press "OK" in confirmation window
- close export window
- confirm, that on next export deleted preset is not available
Diff Detail
- Repository
- rINP In-Portal
- Branch
- /in-portal/branches/5.3.x
- Lint
Lint OK - Unit
No Unit Test Coverage - Build Status
Buildable 244 Build 244: arc lint + arc unit
Event Timeline
core/admin_templates/incs/form_blocks.tpl | ||
---|---|---|
1281 | Please incorporate block, that shows available/used export columns in here. This block uses lists of available & used columns defined in another block, which isn't guaranteed to be present. | |
1359 | Wrap this with document.ready. The above code doesn't work, because field is added after this code is executed. | |
1360 | Please remove this. Not needed blank line. | |
1362 | Please remove this. Not needed blank line. | |
core/kernel/db/cat_event_handler.php | ||
2886–2897 ↗ | (On Diff #396) | Please make this change in the corresponding unit configs instead. The affected unit configs can be changed directly, because added virtual fields doesn't contain any dynamic information in their declaration. |
modules/in-commerce/units/products/products_config.php | ||
---|---|---|
644–657 | Please add fields after existing export related fields, instead of creating new field group. P.S. | |
modules/in-link/units/links/links_config.php | ||
585–598 | Please add fields after existing export related fields, instead of creating new field group. P.S. | |
modules/in-news/units/articles/articles_config.php | ||
526–539 | Please add fields after existing export related fields, instead of creating new field group. P.S. |