Gregg R
Gregg R
I'm running flask-session with flask-login with the following versions: - Flask 0.12.2 - Flask-Login 0.4.0 - Flask-Session 0.3.1 - Flask-Restless 1.0.0b2.dev0 The user gets authenticated via a user loader function...
I started looking into the sublayer visibility issue a little deeper and discovered yet another issue, this one with the layer control. 1. On the latest develop version branch, if...
__How often can you reproduce it?__ - [ ] Always - [x] Sometimes - [ ] Rarely - [ ] Unable - [ ] I didn’t try __Description:__ The[ `initPanes`](https://github.com/cmv/cmv-app/blob/develop/viewer/js/viewer/_LayoutMixin.js#L150)...
objectIds is currently required by the `IDeleteFeaturesOptions` - this should not be the case since you can also use where clauses to delete features.
For instance, if I set a text field default value to "hello" and then have a Last Value action run on that field, the default value always gets populated and...
Running into this issue if I have a model like this: ```python class Plan(db.Model): id = db.Column(db.Integer, primary_key=True) plan_date = db.Column(db.DateTime) ``` And I send a request to flask-restless like...
I've got a strange issue with retrieving results from a model that is based on an SQL view in Postgres. Flask-Restless only returns 9 of the results in the view,...
Closes enketo/enketo#1158 #### I have verified this PR works with - [ ] Online form submission - [ ] Offline form submission - [ ] Saving offline drafts - [...
Updated frontend to work with https://github.com/enketo/enketo-express/pull/541 Related to https://github.com/enketo/enketo-express/issues/123
Moved from https://github.com/cmv/cmv-app/issues/642#issuecomment-264847921 @roemhildtg We're giving it a try in a copy of our editor. Looks good for a long time, but ultimately doesn't label. We keep getting an error...