View Issue Details

IDProjectCategoryView StatusLast Update
0006721mantisbtbugtrackerpublic2006-12-08 02:39
Reporterfman Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.0.0 
Fixed in Version1.1.0a2 
Summary0006721: Can't set an sticky issue to unsticky
Description
  1. set an issue to sticky
  2. select the issue set to unsticky
  3. Got the following error:

APPLICATION ERROR 0000401
Database query failed. Error received from database was 0001366:
Incorrect integer value: '' for column 'sticky'
at row 1 for the query: UPDATE mantis_bug_table
SET sticky='' WHERE id='1'

Additional Information

Solution:

In file: bug_actiongroup.php
Line 193 must be:
bug_set_field( $t_bug_id, 'sticky', intval(!$f_sticky) );

think the problem is !1, that returns '' instead of 0

TagsNo tags attached.

Relationships

has duplicate 0007232 closedryandesign Unable to un-sticky an issue 
has duplicate 0007434 closedvboctor error set/unset sticky issue 

Activities

There are no notes attached to this issue.