Bug Fixes

  1. #333: Back button not working in wizard
  2. #362: Back Button in Wizard
  3. #365: Snippet editor does not show "pin" icon on active snippet
  4. #367: KPI widget and attributes
  5. License file doesn't work when Apliqo Server is installed in different folder then the default one 
  6. Columns headers not being shown in certain cases 
  7. Highcharts advanced options not applying
  8. Cube Settings: after Instance change the Cube list is not  getting updated 
  9. Server mode not picking right filter value between wizard Substeps
  10. Setting session timeout works correctly with new threads options  
  11. Subset editor does not commit filter-by-level selection
  12. Subset editor (in Cube settings) does not generate correct MDX when filter-by-level is applied
  13. Upload from excel works with CSV file
  14. Export to excel: correct column headers format with stacked dimension (without & with filter values) 
  15. Export to excel: all filters are shown when exporting with filters 
  16. Export to excel: all number formats are respected
Fix details: issue #333 and #362

This issue occurred due to code changes for myBackFunction(step) in custom-wizard.service file in apq-c3-custom/js folder. 

Please replace the existing code for myBackFunction(step) with the one provided below:

myBackFunction(step) {
        // return CustomWizard.self.$timeout(() => {
           // alert('myBackFunction');
           //console.log("Custom backCallback called...", step)
           let formData = step.wizardData.formData;
           //WizardCtrl.self.backDisabled = false
           return true;
           // if (formData.inputval1 == '')
           //     return true;
           // else 
           //     return false;
        // }, 2000);
    }
Click to copy
File location

0 Comments

Add your comment

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.