Projet

Général

Profil

0001-update_index-honor-parent-options.patch

Christophe Siraut, 02 octobre 2018 13:51

Télécharger (971 octets)

Voir les différences:

Subject: [PATCH] update_index: honor parent options

 combo/apps/search/management/commands/update_index.py | 1 +
 1 file changed, 1 insertion(+)
combo/apps/search/management/commands/update_index.py
28 28
        parser.add_argument(
29 29
            '--skip-external-links-collection', action='store_true', default=False,
30 30
            dest='skip_external_links_collection')
31
        super(Command, self).add_arguments(parser)
31 32

  
32 33
    def handle(self, **options):
33 34
        if not any(SearchCell.get_cells_by_search_service('_text')):
34
-