mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 04:13:37 +08:00
af9907bb50
When looking up hashtags which were conflicting (e.g. management::tag and management) where the user did not have permission for one of them, we ended up returning the one they did have permission to (e.g. the tag) twice because of the way the lookup fallback code worked. This fixes the issue, and another related one where the ::type was not added to the found item's .ref, and so the hashtag replacement on the client was not working correctly. |
||
---|---|---|
.. | ||
helpers_spec.rb |