@forge/manifest
11.2.011.3.0-next.0
out/text/errors.js~
out/text/errors.jsModified+2−1
Index: package/out/text/errors.js
===================================================================
--- package/out/text/errors.js
+++ package/out/text/errors.js
@@ -117,9 +117,10 @@
moduleScopesValidator: {
missingScopes: (moduleType, key, scopes) => `${moduleType} module '${key}' requires '${scopes.join(', ')}' scope(s).`
},
customFields: {
- searchAlias: (aliases) => `Search alias should be always unique per field. Found duplicates: ${aliases.join(', ')}.`
+ searchAlias: (aliases) => `Search alias should be always unique per field. Found duplicates: ${aliases.join(', ')}.`,
+ connectFieldPropertyRequiresMigration: (key) => `jira:customField module '${key}' cannot have connectFieldProperty unless migratedFromConnect is true.`
},
subPages: {
invalidPagesAndSectionsForConfigurePages: (key) => `You can’t use either pages or sections in the ${key} entry that includes either useAsConfig or useAsGetStarted properties.`,
subPagesWithUIKit: (key) => `Subpages in UI kit are not supported. Use Custom UI in the '${key}' module instead.`,