...
- add the "
CategoriesEventHandler::ensureCorrectPriority($priority, $parent_category_id)
" method that will: - 0.5h- if given value is positive multiply by "
-1
" - call "
CategoriesEventHandler::_getNextPriority
" method to get minimal allowed priority - if number given priority is smaller, than minimal allowed, then use minimal allowed one
- return priority
- if given value is positive multiply by "
- add "
IN_MENU
" node of "boolean" type - 0.2h - add "
ORDER
" node of "integer" type - 0.3h - add "
FILENAME
" node of "string" type - 0.3h - in the "
CategoriesEventHandler::_prepareAutoPage
" method: - 0.5h- when "
IN_MENU
" is true, then set "IsMenu
" field to "1
" - when "
ORDER
" is specified, then call "CategoriesEventHandler::ensureCorrectPriority
" method to get actual priority value instead of calling "CategoriesEventHandler::_getNextPriority
") - when "
FILENAME
" is specified, then set "AutoFilename
" to "0
" and put specified value into "Filename
" field
- when "
Quote: 1.5h*1.4=2h
Related Discussions
...