GokulNC
(Gokul NC)
2020 年 2 月 28 日午後 2:27
1
This plugin allows users to choose one badge with an image to show on their user card.
このプラグインを ON の状態でプロフィール設定(https://dicourse.forum/u/xxx/preferences/profile)にアクセスすると、以下のエラーが表示されます。
Uncaught Error: Could not find module `discourse/mixins/badge-select-controller` imported from `discourse/plugins/discourse-user-card-badges/discourse/controllers/preferences-card-badge`
修正をお願いします。
sam
(Sam Saffron)
2020 年 2 月 29 日午前 9:11
2
@pmusaraj さんが 10 日前にいくつかの問題を修正したと思いますが、最新バージョンをお使いでしょうか?
「いいね!」 2
GokulNC
(Gokul NC)
2020 年 2 月 29 日午後 4:18
3
はい、私は 2.5.0.beta1 を使用しています。
「いいね!」 1
sam
(Sam Saffron)
2020 年 2 月 29 日午後 8:21
4
プラグインの最新バージョンを指しています。バージョンを固定していない限り、お使いのバージョンは最新のはずです。
今後2週間以内に調査いたします。
「いいね!」 6
techAPJ
(Arpit Jalan)
2020 年 3 月 5 日午前 10:11
6
このコミット後にプラグインが後退したようです:
committed 12:17AM - 18 Oct 19 UTC
* DEV: Remove badge-select-controller
1. The `selectableUserBadges` computed … property of `badge-title` was being incorrectly overwritten, which triggered computed-property.override deprecation.
2. The `badge-select-controller` mixin contained properties that were used either by `badge-title` component or `badges/show` controller, but none were being used by both. This change moves properties where they belong, and removes the mixin.
* Update app/assets/javascripts/discourse/controllers/badges/show.js.es6
Co-Authored-By: Robin Ward <robin.ward@gmail.com>
* Improve code brevity
@cvx さん、こちらを確認していただけませんか?
「いいね!」 5
cvx
(Jarek Radosz)
2020 年 3 月 5 日午後 2:00
8
以下で修正済み:
master ← controller-fix
merged 09:10PM - 06 Mar 20 UTC
A change in core (https://github.com/discourse/discourse/commit/ac06c87b43505a0d… d8f09da99e25cab5595abd99) broke the preferences of this plugin. This commit restores the missing properties.
また、このプラグインは2018年5月以降ほぼ機能停止状態だったようです。バッジ画像の表示に関する別の修正は以下です:
master ← display-fix
merged 09:12PM - 06 Mar 20 UTC
Broken since May 2018 https://github.com/discourse/discourse/pull/5814
「いいね!」 7