discourse/app/assets/javascripts
Alan Guo Xiang Tan 68a3328999
FIX: Tags in tag groups not shown in edit nav menu tags modal (#22382)
What is the problem?

Before this change, the edit navigation menu tags modal was not
displaying tags that belonged to a tag_group when the tags_listed_by_group
site setting was set to true. This is because we are relying on the
/tags endpoint which returned tags in various keys depending on the
tags_listed_by_group site setting. When the site setting is set to
true, tags under belonging to tag groups were returned in the
extra.tag_groups attribute.

What is the fix?

This commit fixes it by pushing all tags in returned under the
`tag_groups` attribute into the list of tags to displayed. In a
following commit, we will move away from the `/tags` endpoint to a
dedicated route to handle the listing of tags in the modal.
2023-07-03 14:29:05 +08:00
..
admin DEV: Clean up package.json files (#22349) 2023-06-30 13:01:45 +02:00
bootstrap-json DEV: Clean up package.json files (#22349) 2023-06-30 13:01:45 +02:00
confirm-new-email DEV: Add error message styling (#21225) 2023-04-25 08:40:18 -04:00
dialog-holder Build(deps): Bump webpack in /app/assets/javascripts (#22336) 2023-06-29 01:00:12 +02:00
discourse FIX: Tags in tag groups not shown in edit nav menu tags modal (#22382) 2023-07-03 14:29:05 +08:00
discourse-common FIX: Revert uppy aws-s3 upgrade (#22376) 2023-07-03 10:07:34 +10:00
discourse-hbr DEV: Clean up package.json files (#22349) 2023-06-30 13:01:45 +02:00
discourse-plugins DEV: Clean up package.json files (#22349) 2023-06-30 13:01:45 +02:00
discourse-widget-hbs DEV: Clean up package.json files (#22349) 2023-06-30 13:01:45 +02:00
docs
ember-addons
ember-cli-progress-ci
ember-production-deprecations DEV: Clean up package.json files (#22349) 2023-06-30 13:01:45 +02:00
locales UX/DEV: Review queue redesign fixes (#20239) 2023-03-02 16:40:53 +01:00
patches DEV: Update ember-cli to 5.0.0 (#22280) 2023-06-26 17:15:59 +02:00
pretty-text DEV: Clean up package.json files (#22349) 2023-06-30 13:01:45 +02:00
select-kit DEV: Clean up package.json files (#22349) 2023-06-30 13:01:45 +02:00
truth-helpers DEV: Clean up package.json files (#22349) 2023-06-30 13:01:45 +02:00
wizard FIX: Preload fonts before rerendering wizard style canvas (#22361) 2023-07-03 11:30:26 +10:00
.licensee.json DEV: Update sub-dependencies (#22325) 2023-06-29 17:08:33 +02:00
.npmrc
discourse-js-processor.js DEV: Update ember-cli-htmlbars to 6.2.0 (#20467) 2023-02-27 18:43:28 +01:00
handlebars-shim.js
package.json DEV: Clean up package.json files (#22349) 2023-06-30 13:01:45 +02:00
polyfills.js Drop support for iOS < 15.7 (#19847) 2023-01-16 17:28:59 +00:00
service-worker.js.erb FIX: Attempt to reconnect to server when browser visibilty changes (#22259) 2023-06-23 11:32:34 -05:00
yarn.lock FIX: Revert uppy aws-s3 upgrade (#22376) 2023-07-03 10:07:34 +10:00