[AppServices] Disallow creating runtime and scripted fields with * in the name (#110081) (#116119)

This commit is contained in:
Shivindera Singh 2021-10-26 16:45:45 +02:00 committed by GitHub
parent d59d0c92ca
commit 1581512816
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 91 additions and 16 deletions

View file

@ -132,7 +132,7 @@ describe('Runtime field editor', () => {
const defaultValue: RuntimeField = {
name: 'myRuntimeField',
type: 'boolean',
script: { source: 'emit("hello"' },
script: { source: 'emit("hello")' },
};
testBed = setup({