0
0
Fork 1
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:
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, includeGroups,
allowedUsers, allowedUsers,
includeMentionableGroups, includeMentionableGroups,
includeMessageableGroups, includeMessageableGroups
group: self.get("group")
}); });
return results; return results;