-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update: Allow passed in collections to be of file objects (#359)
Also allows tokens to be null or undefined. Useful when the passed in file or collection has well formed file objects. Also changes the token getter to pass in typed ids for files and handle cases when typed ids are returned from the token service to make it consistant with other UI Elements. Since all the UI elements can either be requesting folder or file ids, the token service needs to know what type of id we are sending it, as such either file_ or folder_ is prefixed to all the ids. Likewise the token service will return typed ids after fetching tokens.
- Loading branch information
Showing
4 changed files
with
244 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.