Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #734 from GeotrekCE/remove_touristiccontent_duration
Browse files Browse the repository at this point in the history
Fix duration showed on touristic contents
  • Loading branch information
Gaël UTARD authored Oct 30, 2019
2 parents a170db5 + a131942 commit 8946801
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

**Bug fixes**

*
* Fix duration showed on touristic contents

2.21.4 / 2019-10-03
===================
Expand Down
4 changes: 0 additions & 4 deletions src/app/categories/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,6 @@ function categoriesService(globalSettings, $q, treksService, contentsService, ev
type: 'checkbox',
values: aContent.properties.type2 ? angular.copy(aContent.properties.type2) : []
},
duration: {
type: 'range',
values: globalSettings.DURATION_FILTER ? globalSettings.DURATION_FILTER : []
},
themes: {
type: 'checkbox',
values: aContent.properties.themes ? angular.copy(aContent.properties.themes) : []
Expand Down

0 comments on commit 8946801

Please sign in to comment.