alexktzk / trello-habitica

Keep in sync your Trello cards with Habitica

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible typo in setup

sguthrie opened this issue · comments

callback isn't an option in Trello as of 06/2019. Perhaps this is a typo for card-back?

@sguthrie please share some more details.
what steps do you perform? file name and line number where error occurred?

This is purely a documentation issue:

README.md

To work properly this Power-Up requires some permissions. Make sure you've checked all of the following:

  • board-buttons
  • callback
  • card-badges
  • card-buttons

Perhaps this is meant to be:

To work properly this Power-Up requires some permissions. Make sure you've checked all of the following:

  • board-buttons
  • card-back
  • card-badges
  • card-buttons

Sorry, I misunderstood you. Yes, Trello must have made changes. Current proper permissions are:

  • board-buttons
  • card-badges
  • card-detail-badges
  • list-actions

Thanks for pointhing out!