You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing open and closed issues.
Description
On aura reimport it's aura_env.saved is apparently wiped. There is no mention of such behaviour in the docs, and it kinda defeats the purpose of persistent local storage.
If it's by design, it would be great to mention it in the docs.
If a hard wipe is not actually required, would be great to make it optional and disabled by default. A checkbox on import along with the others, "Erase saved data"
WeakAuras Version
5.17.4
World of Warcraft Flavor
Retail (Default)
World of Warcraft Region
EU
Tested with only WeakAuras
I got this issue with only WeakAuras enabled
Lua Error
No response
Reproduction Steps
Reimport an aura that has aura_env.saved populated. Observe the nil after reimport instead of saved data.
Last Good Version
No response
Screenshots
No response
Export String
No response
Bisector Report
No response
The text was updated successfully, but these errors were encountered:
the problem was actually that `type(ignoredForDiffChecking) == table`
always evals as false, because type(...) returns a string value and
table is the std table library! Whoopsie :)
FixesWeakAuras#5520
the problem was actually that `type(ignoredForDiffChecking) == table`
always evals as false, because type(...) returns a string value and
table is the std table library! Whoopsie :)
Fixes#5520
Is there an existing issue for this?
Description
On aura reimport it's aura_env.saved is apparently wiped. There is no mention of such behaviour in the docs, and it kinda defeats the purpose of persistent local storage.
If it's by design, it would be great to mention it in the docs.
If a hard wipe is not actually required, would be great to make it optional and disabled by default. A checkbox on import along with the others, "Erase saved data"
WeakAuras Version
5.17.4
World of Warcraft Flavor
Retail (Default)
World of Warcraft Region
EU
Tested with only WeakAuras
I got this issue with only WeakAuras enabled
Lua Error
No response
Reproduction Steps
Reimport an aura that has aura_env.saved populated. Observe the nil after reimport instead of saved data.
Last Good Version
No response
Screenshots
No response
Export String
No response
Bisector Report
No response
The text was updated successfully, but these errors were encountered: