debug
Dieser Commit ist enthalten in:
Ursprung
a8af37b334
Commit
f97d15ac42
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
|
@ -43,6 +43,7 @@ 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.subscription.allowedSubscriptionTypes(
|
let allowedSubscriptionTypes = this.subscription.allowedSubscriptionTypes(
|
||||||
|
|
Laden …
In neuem Issue referenzieren