MantisBT: master 0b9dd984

Author Committer Branch Timestamp Parent
dregad dregad master 2025-03-07 13:17 master 810303b0
Affected Issues  0035544: Attempt to update the category in the “Edit Project Category” form results in an error
Changeset

Fix error when updating category on PostgreSQL

Updating a category results in APPLICATION ERROR 401
Database query failed. Error received from database was #-1:
ERROR: invalid input syntax for type integer: "FALSE"

This is due to internally handling the category's status as a boolean,
while the underlying database column is an integer.

Typecasting the Checkbox post variable to int prevents the problem.

Fixes 0035544

mod - manage_proj_cat_update.php Diff File