Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 20:02:54 +01:00
COMPATIBILITY: resolve pluginId warning
Dieser Commit ist enthalten in:
Ursprung
8740622b8e
Commit
2b121d009c
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
|
@ -85,6 +85,8 @@ export default {
|
||||||
});
|
});
|
||||||
|
|
||||||
api.modifyClass("component:category-chooser", {
|
api.modifyClass("component:category-chooser", {
|
||||||
|
pluginId: "custom-wizard",
|
||||||
|
|
||||||
categoriesByScope(options = {}) {
|
categoriesByScope(options = {}) {
|
||||||
let categories = this._super(options);
|
let categories = this._super(options);
|
||||||
const currentUser = this.currentUser;
|
const currentUser = this.currentUser;
|
||||||
|
|
Laden …
In neuem Issue referenzieren