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

Update to allow for new entry not to be added to the data source #274

Closed
wants to merge 1 commit into from

Conversation

Ezeon
Copy link
Contributor

@Ezeon Ezeon commented Apr 2, 2017

Change:
New setting 'confirm.resolve.skipAdd'=true will skip adding the new entry to the data source. Added to allow for better integration with rxjs and ngrx.

Short summary of issue:
The function event.confirm.resolve() does two separate things at the moment:

  1. disable UI controls
  2. add the new entry to the table.

This pull request allows the event.confirm.resolve() to only (1) modify the UI controls, and not (2) add the new entry to the data source by setting the new parameter 'skipAdd' to true.

The problem this new feature solves is further described in Issue #273.

New setting 'confirm.resolve.skipAdd'=true will skip adding the new entry to the data source. Added to allow for better integration with rxjs and ngrx.
@lexzhukov
Copy link
Contributor

duplicate of #280

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

Successfully merging this pull request may close these issues.

2 participants