Closed greyson closed 10 years ago
Got it, looks good, thanks.
Erin Bell, M.L.I.S. Center for Public History + Digital Humanities (440) 941-5773 google voice (216) 687-2172 office
On Mon, Jun 2, 2014 at 10:12 PM, Greyson notifications@github.com wrote:
This should leave off tour item submission until saving which should also
rectify the ordering problem.
You can merge this Pull Request by running
git pull https://github.com/greyson/plugin-TourBuilder master
Or view, comment on, or merge it at:
https://github.com/CPHDH/plugin-TourBuilder/pull/3 Commit Summary
- Moved all item add/del/upd to front-end and is saved on the form submission.
- final for tour-builder items add/ordering and bringing the functionality to the front-end
File Changes
- M controllers/ToursController.php https://github.com/CPHDH/plugin-TourBuilder/pull/3/files#diff-0 (40)
- M models/Tour.php https://github.com/CPHDH/plugin-TourBuilder/pull/3/files#diff-1 (54)
- M models/TourItem.php https://github.com/CPHDH/plugin-TourBuilder/pull/3/files#diff-2 (2)
- M models/TourTable.php https://github.com/CPHDH/plugin-TourBuilder/pull/3/files#diff-3 (30)
- M views/admin/tours/browse-for-item.php https://github.com/CPHDH/plugin-TourBuilder/pull/3/files#diff-4 (8)
- A views/admin/tours/get-items.php https://github.com/CPHDH/plugin-TourBuilder/pull/3/files#diff-5 (4)
- M views/admin/tours/items-form.php https://github.com/CPHDH/plugin-TourBuilder/pull/3/files#diff-6 (253)
- M views/admin/tours/metadata-form.php https://github.com/CPHDH/plugin-TourBuilder/pull/3/files#diff-7 (13)
- A views/admin/tours/save-tour-items.php https://github.com/CPHDH/plugin-TourBuilder/pull/3/files#diff-8 (3)
Patch Links:
- https://github.com/CPHDH/plugin-TourBuilder/pull/3.patch
- https://github.com/CPHDH/plugin-TourBuilder/pull/3.diff
— Reply to this email directly or view it on GitHub https://github.com/CPHDH/plugin-TourBuilder/pull/3.
This should leave off tour item submission until saving which should also rectify the ordering problem.