camptocamp / c2cgeoportal

c2cgeoportal application
http://geomapfish.org
Other
64 stars 46 forks source link

URL shortener parameter is not advertised in CONST_CHANGELOG.txt #1120

Closed asaunier closed 9 years ago

asaunier commented 9 years ago

File CONST_CHANGELOG.txt does provide informations on how to create the shorturl table and how to configure the service in config.yaml.in but it does not explain that one must add

 shortenerCreateURL: "${request.route_url('shortener_create', path='')}",

in the permalink plugin configuration.

sbrunner commented 9 years ago

The shorturl table should be automatically created ... https://github.com/camptocamp/c2cgeoportal/blob/1.5/c2cgeoportal/scaffolds/update/%2Bpackage%2B/CONST_migration/versions/012_Add_short_url_table.py

It's not the case ?