discourse/app/assets
David Taylor 445951e854
DEV: Ensure plugin outlet parentView deprecation cannot be avoided (#27973)
We'd implemented the deprecation by overriding `get parentView`, and storing the real value on `_parentView`. Unfortunately that meant people could access `_parentView` directly, thereby bypassing the deprecation message.

This commit moves the internal storage to a private field, which cannot be accessed from outside the class. A deprecated getter for `_parentView` is introduced to avoid immediate breakage for any code using this workaround.
2024-07-18 16:48:46 +01:00
..
images
javascripts DEV: Ensure plugin outlet parentView deprecation cannot be avoided (#27973) 2024-07-18 16:48:46 +01:00
stylesheets UX: fix dashboard nav overflow (#27963) 2024-07-18 09:39:59 -06:00