fix(client): businessTypeFk is not longer a required field
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2021-11-16 15:23:54 +01:00
parent 2bc20242e6
commit 5672bfec7a
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
import selectors from '../../helpers/selectors.js'; import selectors from '../../helpers/selectors.js';
import getBrowser from '../../helpers/puppeteer'; import getBrowser from '../../helpers/puppeteer';
describe('Ticket Create notes path', () => { fdescribe('Ticket Create notes path', () => {
let browser; let browser;
let page; let page;

View File

@ -135,8 +135,7 @@
"type": "string", "type": "string",
"mysql": { "mysql": {
"columnName": "businessTypeFk" "columnName": "businessTypeFk"
}, }
"required": true
} }
}, },
"relations": { "relations": {