Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-22 09:20:29 +01:00
Bugfix
Dieser Commit ist enthalten in:
Ursprung
a1272de568
Commit
4889435164
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -105,7 +105,7 @@ function buildBasicProperties(json, type, props) {
|
|||
props[p] = buildProperty(json, p, type);
|
||||
|
||||
if (hasAdvancedProperties(json, type)) {
|
||||
result.showAdvanced = true;
|
||||
props.showAdvanced = true;
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Laden …
In neuem Issue referenzieren