After updating from 2.26.1 to 2.27.0 unable to select Category
Posted: 07 Jan 2025, 19:33
After performing an update from 2.26.1 to 2.27.0, I'm finding that I am not able to select a Category. Viewing source, it appears that I have no category items for any project - although, I do.
in mysql:
Code: Select all
<select id="category_id" name="category_id" class="autofocus input-sm" tabindex="1" required="">
<option value="" disabled="" hidden="" selected="selected">(select)</option>
</select>Code: Select all
Showing rows 0 - 24 (68 total, Query took 0.0001 seconds.)
SELECT * FROM `mantis_category_table`