mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 23:15:49 +08:00
![]() Original bug report: https://meta.discourse.org/t/rename-tag-not-working-as-expected/184950 This bug was caused by the use of `oneWay` which can be very dangerous in this case, from the documentation: > computed.oneWay only provides an aliased get. The set will not mutate the upstream property, rather causes the current property to become the value set. **This causes the downstream property to permanently diverge from the upstream property.** |
||
---|---|---|
.. | ||
assets | ||
controllers | ||
helpers | ||
jobs | ||
mailers | ||
models | ||
serializers | ||
services | ||
views |