Fixed Weird error when try to post new version without update

Jon W

Well-known member
When I try to post a new version of a resource without filling in the Title or Description for the update, I get the following error:

error.webp

Not sure if it is as designed that you have to post a title and a message (the hints are unclear on this), but it should not be asking the user to enter a value for resource_id.

Edit: looks like there should be some sort of check to see whether to set had_first_visible (or just set it) in actionSaveVersion of the version controller.
 
Top Bottom