0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 15:21:11 +02:00
Dieser Commit ist enthalten in:
merefield 2023-09-24 10:46:00 +01:00
Ursprung dd7f2a7e52
Commit 9cc65d24b5

Datei anzeigen

@ -43,10 +43,9 @@ export default SingleSelectComponent.extend({
@discourseComputed("feature", "attribute", "wizard.allowGuests")
content(feature, attribute) {
debugger;
return filterValues(this.wizard, feature, attribute)
.map((value) => {
let allowedSubscriptionTypes = this.get("subscription.allowedSubscriptionTypes")(
let allowedSubscriptionTypes = this.allowedSubscriptionTypes(
feature,
attribute,
value