edit-task
Home
Up
Delete
Task Name:
Task Description:
{"PRB:":"no-selects-for-new-article ON PAGE main menu, create new article, the path is set to the path of the default article, WANT to have 'path' selects to choose path"}
TaskGroup ID:
Start Date:
Start Time:
Duration:
Priority:
Status:
To Do
Completed
In Process
Add Photo:
Owner ID:
Content:
use HTML
Edit Content
<h1 style="text-align: center;">FIX PROBLEM - 3414 no selects for path</h1> <h2>[previously]</h2> <ol> <li>] PAGE add/article - seems to be the only add page without the code, all other add pages </li> <li><strong>x] myHelper.setParents()</strong></li> <ol> <li>x] have previously created(and implemented only on this page) a helper function(MyHelper.setParents) to generate either the selects OR hardcoded input boxes</li> <li>*] other add pages are still using hardcoded in page WITH an if statement </li> </ol></ol> <h2>[currently]</h2> <ol> <li><strong>x] changed the parameter passed in the arguements from chapter_id to request[id]</strong></li> <ol> <li>] BC if parent_id IS NULL it gets set to the default record id, </li> <li>] this way if no parent id is set WE have the option to SELECT </li> </ol></ol> <h2>[next]</h2> <ol> <li><strong>] myHelper.setParents</strong></li> <ol> <li>] could be updated to process all pages (currently only works with subjects) b/c some values are still hardcoded and not using the current_app variables</li> </ol></ol>