While I was populating the development environment, I noticed that the form for creating an exhibition asks to select artworks, but since there was none, it was a meaningless form.
I added a condition in the form code to redirect the user to the artworks form in scenarios where there are no artworks.
Before
After
Have you confirmed the application builds locally without error? See here.
Description
While I was populating the development environment, I noticed that the form for creating an exhibition asks to select artworks, but since there was none, it was a meaningless form.
I added a condition in the form code to redirect the user to the artworks form in scenarios where there are no artworks.
Have you confirmed the application builds locally without error? See here.