-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Listing unit type resets after saving listing as a draft #1897
Labels
bug
Something isn't working
Comments
@pbn4 I did an investigation and it looks like |
pbn4
added a commit
that referenced
this issue
Oct 7, 2021
… related properties Related to #1897, UnitCreateDto specified UnitTypeCreateDto as an input and as a result (no id provided) it created a new unit type on each form submission. BREAKING CHANGE: POST/PUT /listings interface change
28 tasks
pbn4
added a commit
that referenced
this issue
Oct 7, 2021
… related properties Related to #1897, UnitCreateDto specified UnitTypeCreateDto as an input and as a result (no id provided) it created a new unit type on each form submission. BREAKING CHANGE: POST/PUT /listings interface change
seanmalbert
added a commit
that referenced
this issue
Oct 12, 2021
#1956) * fix(backend): unitCreate and UnitUpdateDto now require only IdDto for related properties Related to #1897, UnitCreateDto specified UnitTypeCreateDto as an input and as a result (no id provided) it created a new unit type on each form submission. BREAKING CHANGE: POST/PUT /listings interface change * fix: updates ui component version * Fix code style issues with Prettier * fix(backend-swagger): manually add totalFlagged until fixed Co-authored-by: Sean Albert <[email protected]> Co-authored-by: Lint Action <[email protected]>
seanmalbert
added a commit
to CityOfDetroit/bloom
that referenced
this issue
Jun 23, 2022
bloom-housing#1956) * fix(backend): unitCreate and UnitUpdateDto now require only IdDto for related properties Related to bloom-housing#1897, UnitCreateDto specified UnitTypeCreateDto as an input and as a result (no id provided) it created a new unit type on each form submission. BREAKING CHANGE: POST/PUT /listings interface change * fix: updates ui component version * Fix code style issues with Prettier * fix(backend-swagger): manually add totalFlagged until fixed Co-authored-by: Sean Albert <[email protected]> Co-authored-by: Lint Action <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After filling the listing mgmt form, all values from the "UNIT TYPE" columns are empty:
The text was updated successfully, but these errors were encountered: