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

DROOLS-2720: [DMN Designer] Do not execute a command to update a cell value if the value has not changed #1970

Merged
merged 1 commit into from Jul 17, 2018

Conversation

manstis
Copy link
Member

@manstis manstis commented Jul 12, 2018

@manstis manstis requested review from karreiro and jomarko July 12, 2018 13:52
@Override
@SuppressWarnings("unchecked")
public void flush(final String value) {
if (Objects.equals(value, originalValue)) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💗

@Override
@SuppressWarnings("unchecked")
public void flush(final String value) {
if (Objects.equals(value, originalValue)) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💗

Copy link
Contributor

@karreiro karreiro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @manstis.

@manstis manstis merged commit 94afd1c into kiegroup:master Jul 17, 2018
jomarko pushed a commit to jomarko/kie-wb-common that referenced this pull request Aug 3, 2018
jeremyary pushed a commit to jeremyary/kie-wb-common that referenced this pull request Aug 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants