You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tethys Platform
Developers:
I've just pushed the changes that I've made regarding app permissions to the dev branch. If you want to update to test out these features, you will need to reinstall the requirements, regenerate your settings.py file, and sync the Tethys database. The procedure is the same as steps 2 - 4 here: http://docs.tethysplatform.org/en/dev/installation/update.html The only difference is that you will be on the dev branch. I also merged Alan's pull request that adds some interesting new features to the MapView and PlotView Gizmos. For a demo of those features you can see his JavaScript tutorial: https://github.com/erdc-cm/tethysapp-dam_break/wiki/Javascript-Tutorial
swainn
unread,
May 23, 2016, 4:51:42 PM5/23/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tethys Platform
Just pushed and upgrade to the Select2 library to dev with a few more documentation tweaks. If you use any of the JavaScript API of the Select2, you will likely experience some trouble with this change as there were some major changes and deprecations. See: https://select2.github.io/announcements-4.0.html for more details. Basic usage of the Select2 gizmo shouldn't require any changes to your app.