7739 - cannot connect image to host
-
In the Image Management screen, the on/off option “Image Enabled” does not stick, when creating or editing a new inage. When I check it (on) and click on [update] the option is off again. In the database I can see the option is set to 1 however, using phpmyadmin.
Then, in the Edit host definition screen, I cannot select the image, it is not in the pulldown list. Uploading the image is thus not possible.
Installed 7739 using Git method on Debian 8.4
-
Should be fixed in latest.
The db is likely NOT set properly as the field is an enum type which is a string.
I’ve fixed by making the binding happen that enum elements are pushed back to strings.