When I attempt to create a new page widget on a web_site_page the overlay form redraws completely empty. There are 2 problems here:
(1) there was an error -- and it didn't show it to me (and it dropped all the things I typed)
(2) the actual error-- that the data is missing the web_site_page_id
When I dig into the logs I see Dataman SET: ERROR: Set unable to update non-existing record, when I added a print of the underlying exception in dataman I see error &{Missing required field web_site_page_id map[] false false}, and sure enough that field is missing in the data that is part of the POST.
This should be a relatively simple change to make the edit dialog's form include that id, but I'm not sure where that is in the database (used previous versions of this system, just not this one ;) ).
When I attempt to create a new page widget on a web_site_page the overlay form redraws completely empty. There are 2 problems here:
(1) there was an error -- and it didn't show it to me (and it dropped all the things I typed) (2) the actual error-- that the
data
is missing theweb_site_page_id
More detail on #2:
The data posted to the server:
When I dig into the logs I see
Dataman SET: ERROR: Set unable to update non-existing record
, when I added a print of the underlying exception in dataman I seeerror &{Missing required field web_site_page_id map[] false false}
, and sure enough that field is missing in the data that is part of the POST.This should be a relatively simple change to make the edit dialog's form include that id, but I'm not sure where that is in the database (used previous versions of this system, just not this one ;) ).