GokulNC
(Gokul NC)
28 فبراير 2020، 2:27م
1
This plugin allows users to choose one badge with an image to show on their user card.
عندما أذهب إلى تفضيلات ملفي الشخصي (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)
29 فبراير 2020، 9:11ص
2
أعتقد أن @pmusaraj قد حل بعض المشكلات قبل 10 أيام، هل أنت متأكد من أنك تستخدم الإصدار الأحدث؟
إعجابَين (2)
sam
(Sam Saffron)
29 فبراير 2020، 8:21م
4
أقصد أحدث إصدار من الإضافة، وأظن أنك تستخدمه ما لم تقم بتثبيت إصدار محدد
سنقوم بالتحقيق في هذه المسألة خلال الأسبوعين القادمين
6 إعجابات
techAPJ
(Arpit Jalan)
5 مارس 2020، 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)
5 مارس 2020، 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. إليك إصلاح منفصل لعرض صور الشارات:
master ← display-fix
merged 09:12PM - 06 Mar 20 UTC
Broken since May 2018 https://github.com/discourse/discourse/pull/5814
7 إعجابات