feat(app-config): update canConnect upon dependent changes

This commit is contained in:
Ali BARIN
2024-10-08 12:17:44 +00:00
committed by Faruk AYDIN
parent f5d796ea77
commit aed61209fa
4 changed files with 68 additions and 16 deletions

View File

@@ -7,6 +7,10 @@ exports[`AppConfig model > jsonSchema should have correct validations 1`] = `
"default": false,
"type": "boolean",
},
"canConnect": {
"default": false,
"type": "boolean",
},
"createdAt": {
"type": "string",
},
@@ -38,7 +42,6 @@ exports[`AppConfig model > jsonSchema should have correct validations 1`] = `
exports[`AppConfig model > virtualAttributes should return correct properties 1`] = `
[
"canConnect",
"canCustomConnect",
]
`;