Skip to content
Snippets Groups Projects
Commit 792dfecf authored by Sebastian Castro's avatar Sebastian Castro
Browse files

Remove update json bulk action

parent 853378e8
No related branches found
No related tags found
No related merge requests found
......@@ -12,10 +12,6 @@ biopen_bulk_actions_delete_element_reported:
# -----------
# DATA UPDATE
# -----------
biopen_bulk_actions_update_json:
path: /updateJson
defaults: { _controller: Biopen\GeoDirectoryBundle\Controller\Admin\BulkActions\DataUpdateActionsController::updateJsonAction }
biopen_bulk_actions_update_options_string:
path: /updateOptionsString
defaults: { _controller: Biopen\GeoDirectoryBundle\Controller\Admin\BulkActions\DataUpdateActionsController::updateElementOptionsStringAction }
......
......@@ -10,9 +10,6 @@
</div>
<div><a class="btn btn-danger" href={{ path('biopen_bulk_actions_delete_element_reported') }}>Supprimer les éléments reportés comme n'existant plus</a></div>
</br>
<div><a class="btn btn-default" href={{ path('biopen_bulk_actions_update_json') }}>
<i class="fa fa-refresh" aria-hidden="true"></i>
Mettre à jour les representations JSON</a></div>
<div><a class="btn btn-default" href={{ path('biopen_bulk_actions_update_options_string') }}>
<i class="fa fa-refresh" aria-hidden="true"></i>
Mettre à jour le noms des catégories des éléments (à faire avant un export) </a></div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment