Icinga / icingaweb2-module-cube

Drill-down view for Icinga web 2 based on custom variables
GNU General Public License v2.0
45 stars 12 forks source link

Changing the order of the dimensions leads to a stack trace #69

Closed sukhwinder33445 closed 3 years ago

sukhwinder33445 commented 3 years ago

Describe the bug

If you click on the up or down arrow to change the order of the dimension, the stack trace error occurs.

To Reproduce

  1. Add two or more dimensions
  2. Change the order of dimensions

    Screenshots

    Screenshot 2021-07-05 at 11 24 41

Screenshot 2021-07-05 at 11 24 58

Your Environment

nilmerg commented 3 years ago

Fixed since #68. Please pull the latest changes.

sukhwinder33445 commented 3 years ago

I already have the lastest changes. It seems that you forgot to change the moveDimensionDown() method. 😉

nilmerg commented 3 years ago

Thanks -.-