Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

EditorScreen facet with create mode edits selected item in the table instead of creating a new one #633

Closed
Flaurite opened this issue Aug 22, 2021 · 1 comment
Assignees
Labels
type: bug Something isn't working
Milestone

Comments

@Flaurite
Copy link
Contributor

Description

Steps to reproduce

  1. Create some entity
  2. Create browser and editor screens.
  3. Create some records.
  4. In the browser add editor facet that is invoked on create action:
<editorScreen id="createEditorScreen"
              screenId="app_EntityEditor"
              listComponent="entityTable"
              editMode="CREATE"
              onAction="entityTable.create"/>
  1. Select one record in the table and click on create button

ER
Editor screen contains a new item.
AR
Editor screen contains selected item.

@reznikova21
Copy link

1.1.0-SNAPSHOT - verified

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants