Bug: help doc section doesn't always equal the location_data
Reported by dleffler | August 8th, 2015 @ 05:14 PM | in 2.3.5 (closed)
As with most items, we store the location_data when the item was created. With help items we also set the 'section' to aid in creating sidebar views. This may only occur when help docs are 'moved' to a new help section, or possibly other times? We should be checking both values against each other somehow.
Best approach may be to create a utility routine to correct issues existing in the database.
Comments and changes to this ticket
-
dleffler August 10th, 2015 @ 12:14 PM
- Assigned user set to dleffler
- Milestone set to 2.3.5
This will be implemented as an optional upgrade script
-
expNinja August 10th, 2015 @ 09:41 PM
- State changed from new to resolved
(from [251c4f760a2e21bd7a9a6e06170515d2bf043c32]) Several fixes to help module; fix to edit help doc code; also fixes sorting of manage help doc and help version views; 2 new upgrades scripts to truncate unnesscessarily long help doc sef_urls and fix their section field entry and ranks; expValidator::is_valid_sef_name() now returns invalid sef_name in error message [#1199 state:resolved] [#1307 state:resolved] https://github.com/exponentcms/exponent-cms/commit/251c4f760a2e21bd...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Bug Tracker for Exponent CMS
People watching this ticket
Tags
Referenced by
- 1199 Feature request: locate help docs given a timestamp based sef_url (from [251c4f760a2e21bd7a9a6e06170515d2bf043c32]) Several...