]> source.dussan.org Git - sonarqube.git/commitdiff
SGB-69 Prevent closing the permission template modal before apply is complete
authorMathieu Suen <mathieu.suen@sonarsource.com>
Fri, 12 Jul 2024 13:58:41 +0000 (15:58 +0200)
committersonartech <sonartech@sonarsource.com>
Fri, 12 Jul 2024 20:02:42 +0000 (20:02 +0000)
server/sonar-web/src/main/js/apps/permissions/project/components/ApplyTemplate.tsx

index 2fe4a93fb8b4c7aaac3e7afeba6a26c3b1d240fd..1c642dc64acb6cc48717be810093549f573fb147 100644 (file)
@@ -113,6 +113,7 @@ export default class ApplyTemplate extends React.PureComponent<Props, State> {
         isOverflowVisible
         headerTitle={header}
         onClose={this.props.onClose}
+        loading={this.state.loading}
         primaryButton={
           !this.state.done && (
             <ButtonPrimary