DillonB07
(Dillon Barnes)
28 مايو 2022، 6:21م
1
مرحباً،
أنا مشرف في منتدى Discourse، وأحاول تحميل ملف .txt دفعة واحدة للكلمات التي أرغب في حجبها. لدي كلمة واحدة في كل سطر في الملف. ومع ذلك، عندما أذهب إلى Admin > Customise > Censor وأنقر على Add from file، فإنه يحظر الكلمات بدلاً من حجبها.
حاولت القيام بنفس الشيء داخل Require Approval، وتم حجب الكلمات بدلاً من إضافتها إلى قائمة Require Approval.
مجتمعنا يستخدم Discourse 2.9.0 beta 4 (6268fe7495 )
الإضافات المثبتة الوحيدة هي docker_manager و styleguide.
هل يمكن إصلاح هذا قريباً؟ إذا كانت هذه مشكلة في منتدانا، فكيف يمكننا إصلاحها؟
شكراً،
DillonB07
3 إعجابات
أعلم أنك مشرف. لكن قد يكون هذا هو الحل.
Dillon Barnes:
قم بتحميل ملف .txt
أتساءل عما إذا كان طلب المسؤول بالذهاب إلى إعدادات الموقع والبحث عن authorized extensions قد يساعد في حل هذه المشكلة.
Benjamin_D
(Benjamin Decotte)
28 مايو 2022، 9:14م
3
يمكنني تكرار هذا (بصفتي مسؤولاً) على 2.9.0.beta4 ( d065ec0f7b )
يبدو أنه يقتصر على التحميل بالجملة (حيث تعمل كلمة بكلمة كما هو مقصود)
لكن
عند محاولة Require Approval ، يتم حظر القائمة أيضًا
إعجابَين (2)
شكرا @DillonB07 للإبلاغ عن هذه المشكلة.
عمل @loic على إصلاح وتم دمجه الآن
committed 09:07AM - 17 Jun 22 UTC
* FIX: Make watched words uploads work as intended
Currently when we upload a… file containing watched words, it will always
add the words to the action that was initially selected: this is the
`block` action by default but if changing manually the action in the URL
to `flag` for example, then this action will be selected and uploaded
watched words will be categorised as `flag` no matter what.
The problem lies with how the component works: it’s an Uppy object where
extra data is defined to provide an action key to the server but when
navigating to another listed action, while this action key is properly
updated on the component itself, the underlying Uppy object has already
been created and doesn’t care about the new value.
This patch solves this by using the `_perFileData` method instead of
`data`: the former is merged just before uploading a file whereas the
latter is used when the Uppy object is created.
5 إعجابات
zogstrip
تم إغلاقه في
18 يونيو 2022، 9:10ص
11
تم إغلاق هذا الموضوع تلقائيًا بعد 24 ساعة من آخر رد. لم تعد الردود الجديدة مسموح بها.