Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 'disabled loadingIndicator' bug when opening in modal #1942

Merged

Conversation

ndricimrr
Copy link
Contributor

Description

  • When opening a mf in a modal, the loadingIndicator.enabled value is ignored. The following:
    loadingIndicator: {
       enabled: false,
     },
    

should disable the loading indicator. This works well in other cases except for the modal.

Changes proposed in this pull request:

  • The PR issues a small fix to correct the behavior.

Fixes #1939

@ndricimrr ndricimrr added the bug Something isn't working label Mar 18, 2021
@ndricimrr ndricimrr added this to the Sprint 18 milestone Mar 18, 2021
@ndricimrr ndricimrr merged commit 30accc2 into SAP:master Mar 19, 2021
JohannesDoberer added a commit to JohannesDoberer/luigi that referenced this pull request Mar 24, 2021
* 'master' of github.com:JohannesDoberer/luigi:
  Fix code example for confirmation modal documentation (SAP#1914)
  Fix faulty loading indicator bug (SAP#1942)
  fix mobile full screen view for some popovers which require it(project switch, my messages) (SAP#1941)
  Bump yargs-parser from 5.0.0 to 5.0.1 (SAP#1931)
  SemiCollapse tooltip bug (SAP#1929)
  Add warning if both virtualTree and children nodes are defined (SAP#1935)
  Documentation for luigi client angular support library (SAP#1845)
@JohannesDoberer JohannesDoberer mentioned this pull request Mar 24, 2021
@ndricimrr ndricimrr deleted the 1939-fix-disabled-loading-indicator-in-modal branch August 31, 2021 13:43
stanleychh pushed a commit to stanleychh/luigi that referenced this pull request Dec 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"loadingIndicator disabled" ignored when using open in modal
2 participants