mirror of
https://github.com/wekan/wekan.git
synced 2026-02-21 23:44:06 +01:00
- Translate and add colors to IFTTT Rules dropdown.
Thanks to xet7 !
This commit is contained in:
parent
d8482b533a
commit
44e4df2492
3 changed files with 19 additions and 18 deletions
|
|
@ -3,7 +3,7 @@ const { calculateIndexData, enableClickOnTouch } = Utils;
|
|||
|
||||
let cardColors;
|
||||
Meteor.startup(() => {
|
||||
cardColors = Cards.simpleSchema()._schema['color'].allowedValues;
|
||||
cardColors = Cards.simpleSchema()._schema.color.allowedValues;
|
||||
});
|
||||
|
||||
BlazeComponent.extendComponent({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue