We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95cae94 commit e1989e5Copy full SHA for e1989e5
1 file changed
src/plugins/salesforce-cpq-config/index.ts
@@ -9,7 +9,7 @@ const GENERATE_INTEGRATION_USER_PERMISSIONS_SELECTOR =
9
'input[name="page:form:pb:j_id185:j_id197:setupIntegrationUserPermissions"]';
10
const SAVE_SELECTOR = 'input[name="page:form:j_id2:j_id3:j_id11"]';
11
const AUTHORIZE_NEW_CALCULATION_SERVICE_SELECTOR = 'span#page\\:form\\:pb\\:calculatorOptions\\:j_id201\\:j_id203 a';
12
-const ALLOW_SELECTOR = 'input[name="save"]';
+const ALLOW_SELECTOR = 'input[name="save"][id!="oadeny"]';
13
14
export type Config = any;
15
0 commit comments