Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 04:12:53 +01:00
Removed group option since it's not used and we're planning to deprecate it soon
Dieser Commit ist enthalten in:
Ursprung
1709900d51
Commit
a4cacb169d
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
|
@ -81,8 +81,7 @@ export default Ember.TextField.extend({
|
||||||
includeGroups,
|
includeGroups,
|
||||||
allowedUsers,
|
allowedUsers,
|
||||||
includeMentionableGroups,
|
includeMentionableGroups,
|
||||||
includeMessageableGroups,
|
includeMessageableGroups
|
||||||
group: self.get("group")
|
|
||||||
});
|
});
|
||||||
|
|
||||||
return results;
|
return results;
|
||||||
|
|
Laden …
In neuem Issue referenzieren