1
0
Fork 0
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") @discourseComputed("feature", "attribute", "wizard.allowGuests")
content(feature, attribute) { content(feature, attribute) {
debugger;
return filterValues(this.wizard, feature, attribute) return filterValues(this.wizard, feature, attribute)
.map((value) => { .map((value) => {
let allowedSubscriptionTypes = this.get("subscription.allowedSubscriptionTypes")( let allowedSubscriptionTypes = this.allowedSubscriptionTypes(
feature, feature,
attribute, attribute,
value value