Merge pull request 'check default true' (!1132) from 4484-ticket-withOutNegatives-default-true into dev
gitea/salix/pipeline/head There was a failure building this commit Details

Reviewed-on: #1132
Reviewed-by: Joan Sanchez <joan@verdnatura.es>
This commit is contained in:
Pau 2022-11-15 07:56:49 +00:00
commit 64bdbfd0b2
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class Controller extends Component {
haveNotNegatives = true;
});
this.ticket.withoutNegatives = false;
this.ticket.withoutNegatives = true;
this.haveNegatives = (haveNegatives && haveNotNegatives && haveDifferences);
}