e2corporation commented on code in PR #2002:
URL: https://github.com/apache/incubator-devlake/pull/2002#discussion_r881549104


##########
config-ui/src/pages/configure/connections/ConnectionForm.jsx:
##########
@@ -195,7 +195,7 @@ export default function ConnectionForm (props) {
         <div className='formContainer'>
           <FormGroup
             disabled={isTesting || isSaving || isLocked}
-            readOnly={[Providers.GITHUB, Providers.GITLAB, 
Providers.JENKINS].includes(activeProvider.id)}
+            readOnly={[Providers.GITHUB, Providers.GITLAB, Providers.JENKINS, 
Providers.JIRA].includes(activeProvider.id)}

Review Comment:
   This may not be desired, **JIRA** is multi source and connection source name 
should be editable. JIRA Provider should not be included in this readonly rule.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to