Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-21 17:00:29 +01:00
attempted fix
Dieser Commit ist enthalten in:
Ursprung
f97d15ac42
Commit
dd7f2a7e52
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -46,7 +46,7 @@ export default SingleSelectComponent.extend({
|
|||
debugger;
|
||||
return filterValues(this.wizard, feature, attribute)
|
||||
.map((value) => {
|
||||
let allowedSubscriptionTypes = this.subscription.allowedSubscriptionTypes(
|
||||
let allowedSubscriptionTypes = this.get("subscription.allowedSubscriptionTypes")(
|
||||
feature,
|
||||
attribute,
|
||||
value
|
||||
|
|
Laden …
In neuem Issue referenzieren