forked from MapComplete/MapComplete
		
	Move 'asChanges' into tagsFilter; add 'survey:date' option with automatic date to benches
This commit is contained in:
		
							parent
							
								
									fa5b92e6e1
								
							
						
					
					
						commit
						15a6794e59
					
				
					 10 changed files with 71 additions and 47 deletions
				
			
		|  | @ -86,10 +86,10 @@ export default class TagRenderingQuestion extends UIElement { | |||
|                         return Translations.t.general.noTagsSelected.SetClass("subtle").Render(); | ||||
|                     } | ||||
|                     if (csCount < Constants.userJourney.tagsVisibleAndWikiLinked) { | ||||
|                         const tagsStr = tags.asHumanString(false, true); | ||||
|                         const tagsStr = tags.asHumanString(false, true, self._tags.data); | ||||
|                         return new FixedUiElement(tagsStr).SetClass("subtle").Render(); | ||||
|                     } | ||||
|                     return tags.asHumanString(true, true); | ||||
|                     return tags.asHumanString(true, true, self._tags.data); | ||||
|                 } | ||||
|             ) | ||||
|         ).SetClass("block") | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue