Projet

Général

Profil

0001-don-t-include-news-in-the-backoffice-homescreen-side.patch

Frédéric Péters, 07 novembre 2016 09:56

Télécharger (980 octets)

Voir les différences:

Subject: [PATCH] don't include news in the backoffice homescreen sidebar
 (#13880)

This hasn't been in use for ages. (this effectively reverts
aa18beb55c1df675c5f8ef3c681965c9f2ac4d50 (#1681))
 extra/auquotidien.py | 4 ----
 1 file changed, 4 deletions(-)
extra/auquotidien.py
22 22

  
23 23
get_publisher_class().register_translation_domain('auquotidien')
24 24
get_publisher_class().default_configuration_path = 'au-quotidien-wcs-settings.xml'
25
get_publisher_class().backoffice_feed_url = {
26
    'fr': 'http://www.au-quotidien.com/fr/backoffice.atom'
27
}
28

  
29 25

  
30 26
rdb = get_publisher_class().backoffice_directory_class
31 27

  
32
-