Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 11:52:54 +01:00
revert
Dieser Commit ist enthalten in:
Ursprung
dd7f2a7e52
Commit
9cc65d24b5
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
|
@ -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
|
||||
|
|
Laden …
In neuem Issue referenzieren