That's the problem with the guild bank then. Yellow pages are in the containers subcategory, there is such subcategory in inventory, guild sell interface, private bank.Thunderclap wrote: »
Check the picture. The is no Containers subcategory in the guild bank for "Take" (no idea how is called in engl UI. ).
This is the result of one of the changes that ZOS made in this morning's patch.
Specifically, they added a new line of code that resets the layout every time an inventory window is closed.--- esoui-6.2.6\esoui\ingame\inventory\backpacklayouts.lua Mon Nov 16 08:04:23 2020 +++ esoui-6.2.7\esoui\ingame\inventory\backpacklayouts.lua Mon Nov 23 05:32:06 2020 @@ -47,8 +47,9 @@ function ZO_BackpackLayoutFragment:Show( self:OnShown() end function ZO_BackpackLayoutFragment:Hide() + PLAYER_INVENTORY:ApplyBackpackLayout(DEFAULT_BACKPACK_LAYOUT_DATA) self:OnHidden() end ----------------------------------------
Needless to say, this is quite annoying. It's possible to restore the old behavior by undoing the change that ZOS made in 6.2.7.
- If you use Advanced Filters, the latest version of that addon includes such a workaround.
- If you do not use Advanced Filters, you can download Workaround: Keep Inventory Category from ESOUI or Minion.
This is the result of one of the changes that ZOS made in this morning's patch.
Specifically, they added a new line of code that resets the layout every time an inventory window is closed.--- esoui-6.2.6\esoui\ingame\inventory\backpacklayouts.lua Mon Nov 16 08:04:23 2020 +++ esoui-6.2.7\esoui\ingame\inventory\backpacklayouts.lua Mon Nov 23 05:32:06 2020 @@ -47,8 +47,9 @@ function ZO_BackpackLayoutFragment:Show( self:OnShown() end function ZO_BackpackLayoutFragment:Hide() + PLAYER_INVENTORY:ApplyBackpackLayout(DEFAULT_BACKPACK_LAYOUT_DATA) self:OnHidden() end ----------------------------------------
Needless to say, this is quite annoying. It's possible to restore the old behavior by undoing the change that ZOS made in 6.2.7.
- If you use Advanced Filters, the latest version of that addon includes such a workaround.
- If you do not use Advanced Filters, you can download Workaround: Keep Inventory Category from ESOUI or Minion.
Thank you so much. The reset everytime I open a New Life Box or anything is annoying.
That's the problem with the guild bank then. Yellow pages are in the containers subcategory, there is such subcategory in inventory, guild sell interface, private bank.Thunderclap wrote: »
Check the picture. The is no Containers subcategory in the guild bank for "Take" (no idea how is called in engl UI. ).
Why this bug still hasn't been fixed if I may ask? @ZOS_GinaBruno
Do we actually have to use addons for simple mechanics ZOS has broken and not bothering to fix?
Why this bug still hasn't been fixed if I may ask? @ZOS_GinaBruno
Do we actually have to use addons for simple mechanics ZOS has broken and not bothering to fix?
Feel sorry for the poor console folks trying to open all those New Life boxes.
Typical ZOS - player disconnect. One line of code added to break it, but no time to reverse it.
katanagirl1 wrote: »I have no problem opening them. I open the box and take contents and I’m back to the next one.
I just notice at the banker that if I have scrolled down the list to deposit or withdraw something and come back, that it is back up at the top the next time instead of being where I left it before.
Feel sorry for the poor console folks trying to open all those New Life boxes.
ZOS_GinaBruno wrote: »Thanks all, we're aware and will work on getting this fixed.