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
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:
commit
64bdbfd0b2
|
@ -76,7 +76,7 @@ class Controller extends Component {
|
|||
haveNotNegatives = true;
|
||||
});
|
||||
|
||||
this.ticket.withoutNegatives = false;
|
||||
this.ticket.withoutNegatives = true;
|
||||
this.haveNegatives = (haveNegatives && haveNotNegatives && haveDifferences);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue