"Show duration" option saved but not read from config #56


  • Defect
  • Fixed
Closed
Assigned to _ForgeUser117147
  • _ForgeUser1187419 created this issue Jan 3, 2010

    What steps will reproduce the problem?
    1. Create a new Text Indicator
    2. Assign a Status which has a running duration (like Druid HoTs) and check the "Show Duration" checkbox.
    3. Indicator works as intended.
    4. Do a /reload or exit and restart wow
    5. The new Indicator is still there but the checkbox "Show Duration" is not checked.

    What is the expected output? What do you see instead?
    Durations are only show until a /reload / restart of the wow client. Then the "Show Duration" checkbox is not checked. Saved Grid2.lua shows a correct saved setting, so the assumption is that Grid2 does not read the config file properly when starting up.

    e.g.

            ["indicator-side-left-text"] = {
                ["profiles"] = {
                    ["profile"] = {
                        ["duration"] = true,
                    },
                },
            },

    looks like all the standard indicators (corner top left, corner top right) with working durations.

    What version of the product are you using?
    r288

    Do you have an error log of what happened?
    no

    Please provide any additional information below.

  • _ForgeUser1187419 added the tags New Defect Jan 3, 2010
  • _ForgeUser117147 posted a comment Jan 4, 2010

    Should be fixed in r289

    You will need to reassign the "duration" option once. This should work on reload after that.


    Edited Jan 4, 2010
  • _ForgeUser117147 removed a tag New Jan 4, 2010
  • _ForgeUser117147 added a tag Fixed Jan 4, 2010
  • _ForgeUser117147 closed issue Jan 4, 2010

To post a comment, please login or register a new account.