0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 23:31:11 +02:00

Removed group option since it's not used and we're planning to deprecate it soon

Dieser Commit ist enthalten in:
romanrizzi 2019-05-14 16:57:03 -03:00
Ursprung 1709900d51
Commit a4cacb169d

Datei anzeigen

@ -81,8 +81,7 @@ export default Ember.TextField.extend({
includeGroups,
allowedUsers,
includeMentionableGroups,
includeMessageableGroups,
group: self.get("group")
includeMessageableGroups
});
return results;