In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
893 [In-Portal CMS] Front End bug report always 2010-10-19 05:06 2010-11-30 12:48
alex  
alex  
normal  
closed 5.1.1-B1  
fixed  
 
none 5.1.1-B2  
http://groups.google.com/group/in-portal-bugs/browse_thread/thread/13fbe6c88fb22727
0
0000893: Unable to suggest any item (link, article, topic)
By implementing 0000845 task we accidentally have unlocked buggy suggest category item behavior, that was sitting there unnoticed for a very long time.

Since now field CreatedById initially has NULL value instead of "-1" as before, then some validation fails resulting in inability to suggest anything from Front-end.
Additionally I wasn't able to create product in Admin Console, since ProductsEventHandler::OnBeforeItemCreate method didn't called parent class method, where actual check is now moved into from kCatDBItem::Create method.
child of 0000845closed  (5.1.1)Dmitry Revising usage of NULL columns 
patch unable_to_suggest_category_items_core.patch (3,681) 2010-10-19 05:06
http://tracker.in-portal.org/file_download.php?file_id=815&type=bug
patch unable_to_suggest_category_items_modules.patch (5,167) 2010-10-19 05:06
http://tracker.in-portal.org/file_download.php?file_id=816&type=bug
Issue History
2010-11-30 12:48 Dmitry Note Added: 0003010
2010-11-30 12:48 Dmitry Status resolved => closed
2010-10-19 14:20 alex Note Added: 0002917
2010-10-19 14:20 alex Status reviewed and tested => resolved
2010-10-19 14:20 alex Fixed in Version => 5.1.1-B2
2010-10-19 14:20 alex Resolution open => fixed
2010-10-19 14:20 alex Assigned To !COMMUNITY => alex
2010-10-19 14:20 alex Changeset attached 5.1.x r14007
2010-10-19 14:19 alex Changeset attached 5.1.x r14006
2010-10-19 14:19 alex Changeset attached 5.1.x r14005
2010-10-19 14:19 alex Changeset attached 5.1.x r14004
2010-10-19 11:36 Dmitry Note Added: 0002909
2010-10-19 11:36 Dmitry Status needs testing => reviewed and tested
2010-10-19 05:09 alex Additional Information Updated bug_revision_view_page.php?rev_id=582#r582
2010-10-19 05:08 alex Assigned To => !COMMUNITY
2010-10-19 05:08 alex Developer => alex
2010-10-19 05:08 alex Status active => needs testing
2010-10-19 05:07 alex Reference => http://groups.google.com/group/in-portal-bugs/browse_thread/thread/13fbe6c88fb22727
2010-10-19 05:06 alex File Added: unable_to_suggest_category_items_modules.patch
2010-10-19 05:06 alex Relationship added child of 0000845
2010-10-19 05:06 alex New Issue
2010-10-19 05:06 alex File Added: unable_to_suggest_category_items_core.patch

Notes
(0002909)
Dmitry   
2010-10-19 11:36   
Tested good, please commit.
(0002917)
alex   
2010-10-19 14:20   
Fix committed to 5.1.x branch. Commit Message:

Fixes 0000893: Unable to suggest any item (link, article, topic)
(0003010)
Dmitry   
2010-11-30 12:48   
Closing released 5.1.1 task.