Pavel Savchenko

Results 67 issues of Pavel Savchenko

**Is your feature request related to a problem? Please describe.** We can commit django.mo files to the repo, but we might forget to compile to the latest version. We can...

enhancement

The operator values `isnull`, `istrue` and `isfalse` should allow a null/empty value when submitting the form. To be more intuitive we should set the `value` field to disabled when it...

enhancement
frontend

For example, a boolean field can be only true/false (yes/no) displayed by a radio button widget, a choice field with e.g 2-5 choices can be "one of" displayed by a...

enhancement
frontend

Happens in both See below screenshot. ![screen shot 2016-04-21 at 9 37 57 am](https://cloud.githubusercontent.com/assets/321520/14701277/dccfe16a-07a4-11e6-9c35-7c250dcf46d7.png)

bug
frontend

We currently engage the prepopulated easy-select2 allowing only a single choice.

bug
enhancement
frontend

Utilize [selenium in tests](http://seleniumhq.github.io/selenium/docs/api/py/index.html), perhaps with [pytest-selenium](https://github.com/davehunt/pytest-selenium), here's [an introduction blog](https://lincolnloop.com/blog/introduction-django-selenium-testing/).

enhancement
frontend

For example, if I have a command that I'd like to open only on specific hosts / path / url (matching a regex can be nice), I can add a...

enhancement

If there is no web/desktop client, I imagine we could perhaps allow sync out to a [todo.txt](http://todotxt.org/) list perhaps?

enhancement

## Checklist * [x] Double-checked my configuration. * [ ] Tested using the latest version. -- looking to upgrade soon * [x] Used the Emissary executor. ## Summary The issue...

bug
area/ui