Sat, 04 Oct 2025 16:59:07 +0200
fix that the edit icon is messing with the menu entry height on some systems
insert into lpit_issue_phases (status, phase) values ('InSpecification', 0), ('ToDo', 0), ('Scheduled', 0), ('InProgress', 1), ('InReview', 1), ('Ready', 1), ('Done', 2), ('Rejected', 2), ('Withdrawn', 2), ('Duplicate', 2);