Bug #6611

forum: incorrect notification when moving
Start date:
22/08/2013
Due date:
% Done:
0%
Estimated time:
Complexity:
Normal
Description
when moving a forum in the list: the message " forum not moved" is displayed (in a positive notificatino). THis message is incorrect, as the forum was actually moved correctly.
Files
History
Updated by Anonymous over 9 years ago
file application/weblcms/php/lib/content_object_publication.class.php method move on line 495:
no return value
Updated by Anonymous over 9 years ago
resolevd:
change move function (file application/weblcms/php/lib/content_object_publication.class.php to obey its specification: return and int for the number of places moved down (negative for up).
Added $failure flags (in file application/weblcms/tool/forum/php/lib/component/mover.class.php) to get correct notification type
Updated by Anonymous over 9 years ago
- Status changed from New to Bug resolved
- Target version set to LCMS 4 Beta