Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 11:52:54 +01:00
debug
Dieser Commit ist enthalten in:
Ursprung
b1fddc33a7
Commit
eefbe0a1fc
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -28,6 +28,7 @@ export default class SubscriptionService extends Service {
|
|||
|
||||
retrieveSubscriptionStatus() {
|
||||
ajax("/admin/wizards").then(result => {
|
||||
console.log(result)
|
||||
this.subscribed = result.subscribed;
|
||||
this.subscriptionType = result.subscription_type;
|
||||
this.subscriptionAttributes = result.subscription_attributes;
|
||||
|
@ -38,7 +39,6 @@ export default class SubscriptionService extends Service {
|
|||
.catch(popupAjaxError);
|
||||
};
|
||||
|
||||
|
||||
get adminWizards() {
|
||||
return getOwner(this).lookup("controller:admin-wizards");
|
||||
};
|
||||
|
|
Laden …
In neuem Issue referenzieren