title | layout |
---|---|
Publisher editing |
default |
For more about the creation of publishers, see: Publisher creation.
A publisher's admins (and parent publishers' admins) and sysadmins can edit the publisher's properties by finding its publisher page and clicking 'Edit':
The publisher form can be edited:
Once changes are complete, click "Save Changes".
Government organizations often change names. We have slightly different policies depending on how substantial the change is:
-
Straight rename (eg Highways England -> Highways Agency. eg HSCIC -> NHS Digital), with all responsibilities and datasets move to the new name - just edit the existing publisher.
-
Bodies merged/dismerged (eg BIS+DECC -> BEIS) or change of mandate or new legal entity created - create replacement publisher and transfer selected datasets.
In this case, edit the publisher and edit the title.
You should change the URL of the publisher to reflect the name. If there are fewer than about 10 datasets then you can use browser tools to make the URL field editable to do this. Otherwise you'll need to use the command-line tool (since it can't do the change in the 30s limit of a web request) eg:
screen -x
source /home/co/ckan/bin/activate && cd /vagrant/src/ckanext-dgu
python ../ckanext-dgu/ckanext/dgu/bin/publisher_rename.py $CKAN_INI highways-agency highways-england -t 'Highways England'
- Create the new publisher
- Edit the old publisher, mark it as closed and in the "Replaced by" field specify the new publisher.
- Transfer only the datasets whose responsibility has passed to the new entity.
- Add editors & admins to the new entity.
- Move sub-publishers to be under the new entity.