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 (port to 1.0) #645

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

Comments

@Flaurite
Copy link
Contributor

Flaurite commented Sep 1, 2021

See #633

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.

@Flaurite Flaurite added the type: bug Something isn't working label Sep 1, 2021
@Flaurite Flaurite added this to the 1.0.x milestone Sep 1, 2021
@Flaurite Flaurite self-assigned this Sep 1, 2021
Flaurite added a commit that referenced this issue Sep 1, 2021
@lovtsovaik lovtsovaik assigned reznikova21 and unassigned lovtsovaik Sep 2, 2021
@reznikova21
Copy link

1.0.999-SNAPSHOT - verified

@knstvk knstvk modified the milestones: 1.0.x, 1.0.2 Sep 8, 2021
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