Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 11:52:54 +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;
|
debugger;
|
||||||
return filterValues(this.wizard, feature, attribute)
|
return filterValues(this.wizard, feature, attribute)
|
||||||
.map((value) => {
|
.map((value) => {
|
||||||
let allowedSubscriptionTypes = this.subscription.allowedSubscriptionTypes(
|
let allowedSubscriptionTypes = this.get("subscription.allowedSubscriptionTypes")(
|
||||||
feature,
|
feature,
|
||||||
attribute,
|
attribute,
|
||||||
value
|
value
|
||||||
|
|
Laden …
In neuem Issue referenzieren