discourse/app
Joffrey JAFFEUX 6b10ada752
FIX: ensures successive tags can be renamed (#12818)
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.**
2021-04-23 16:18:23 +02:00
..
assets FIX: ensures successive tags can be renamed (#12818) 2021-04-23 16:18:23 +02:00
controllers FIX: Allow finding non-lowercase tag groups (#12787) 2021-04-21 19:15:53 +02:00
helpers DEV: Upgrade Rails to 6.1.3.1 (#12688) 2021-04-21 12:36:32 +03:00
jobs DEV: Move autotag to topic creator (#12790) 2021-04-23 16:55:34 +03:00
mailers FEATURE: Auto-activate users invited by email (#12675) 2021-04-14 12:15:56 +03:00
models FIX: when a flag is handled archive message for moderator group (#12798) 2021-04-22 15:53:44 +05:30
serializers Add primary group classes (#12807) 2021-04-22 15:00:23 -07:00
services FEATURE: watch title for automatic tagging (#12782) 2021-04-21 18:16:25 +03:00
views FEATURE: Introduce theme/component QUnit tests (take 2) (#12661) 2021-04-12 15:02:58 +03:00