combo/combo/apps/wcs
Lauréline Guérin cf980643eb
gitea-wip/combo/pipeline/head There was a failure building this commit Details
gitea/combo/pipeline/head Something is wrong with the build of this commit Details
wcs: fix cell rendering with anonymous users (#63220)
2022-04-15 08:37:51 +02:00
..
migrations wcs: add cache_duration advanced option to "forms in your care" cell (#63390) 2022-04-15 08:25:10 +02:00
static/js wcs: use sessionStorage to store current submission context (#48503) 2020-11-17 15:37:14 +01:00
templates/combo/wcs wcs: allow "in your care" cell to be used in frontoffice (#58851) 2022-02-25 14:49:54 +01:00
templatetags wcs: don't create crypto url for local path (#63476) 2022-04-01 17:51:38 +02:00
README update combo.apps.wcs README 2015-05-22 10:26:59 +02:00
__init__.py misc: apply isort (#52797) 2021-04-08 15:54:31 +02:00
context_processors.py wcs: add |filter_by_number filter (#58782) 2022-01-28 14:06:29 +01:00
forms.py wcs: force an (empty) value for custom schema (#63935) 2022-04-14 17:08:10 +02:00
models.py wcs: fix cell rendering with anonymous users (#63220) 2022-04-15 08:37:51 +02:00
urls.py wcs: add support for linking/displaying card file fields (#51994) 2021-11-12 09:03:54 +01:00
utils.py misc: apply isort (#52797) 2021-04-08 15:54:31 +02:00
views.py wcs: add support for linking/displaying card file fields (#51994) 2021-11-12 09:03:54 +01:00

README

Combo/wcs integration
=====================

w.c.s. cells are visible only if there is at least one 'wcs' service in
settings.KNOWN_SERVICES:

KNOWN_SERVICES = {
        'wcs': {
                'default': {'title': 'wcs', 'url': 'http://wcs/'},
        }
}