Skip to content
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

Can't update a referenced field after the reference was deleted #1389

Open
7hibault opened this issue Apr 3, 2018 · 0 comments
Open

Can't update a referenced field after the reference was deleted #1389

7hibault opened this issue Apr 3, 2018 · 0 comments

Comments

@7hibault
Copy link

7hibault commented Apr 3, 2018

Prerequisites

Description

When an entity contains a reference to another entity, deleting the referenced entity makes it no longer possible to edit the referenced field.

Steps to Reproduce

  1. Run the ng-admin-demo
  2. Go to Catalog > Posters
  3. Pick any poster, click edit and check that you can update the Category field
  4. Go to Catalog > Categories
  5. Pick any category and delete it
  6. Go to Catalog > Posters
  7. Pick a poster that previously had the category you just deleted and click edit
  8. Try to update the Category field

ng-admin-bug

Expected behavior: The field should be editable

Actual behavior: The field can no longer be updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant