Skip to content

Commit

Permalink
#9368: resolve test report comments (#9465)
Browse files Browse the repository at this point in the history
description: remove not needed span indicator for 3d layer in catalog sidebar+ remove all relevant translates
  • Loading branch information
mahmoudadel54 authored Sep 20, 2023
1 parent 4a9de8e commit 5a31d50
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 12 deletions.
2 changes: 0 additions & 2 deletions web/client/components/catalog/RecordItem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,6 @@ class RecordItem extends React.Component {
caption={
<div>
{!this.props.hideIdentifier && <div className="identifier">{record && record.identifier}</div>}
{record?.serviceType === '3dtiles' && record?.catalogType === 'csw' && <small className="text-info">
<Message msgId="catalog.3dTileLayerIndicator"/></small>}
<div>{!record.isValid && <small className="text-danger"><Message msgId="catalog.missingReference"/></small>}</div>
{!this.props.hideExpand &&
<div
Expand Down
3 changes: 1 addition & 2 deletions web/client/translations/data.de-DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -1630,8 +1630,7 @@
"allowUnsecureLayers": {
"label": "Nicht sichere Ebenen zulassen",
"tooltip": "Das Hinzufügen einer Ebene zur Karte mit aktivierter Option zwingt die Anwendung, Proxy anzuwenden"
},
"3dTileLayerIndicator":"3D -Fliesenschicht"
}
},
"uploader": {
"filename": "Dateiname",
Expand Down
3 changes: 1 addition & 2 deletions web/client/translations/data.en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -1592,8 +1592,7 @@
"helpTooltip": "This option is used to split content across multiple subdomains",
"addAliasTooltip": "Add alias",
"removeAliasTooltip": "Remove alias"
},
"3dTileLayerIndicator":"3D Tile Layer"
}
},
"uploader": {
"filename": "File Name",
Expand Down
3 changes: 1 addition & 2 deletions web/client/translations/data.es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -1593,8 +1593,7 @@
"allowUnsecureLayers": {
"label": "Permitir capas no seguras",
"tooltip": "Agregar una capa al mapa con esta opción habilitada obliga a la aplicación a aplicar proxy"
},
"3dTileLayerIndicator":"Capa de mosaico 3D"
}
},
"uploader": {
"filename": "Nombre del fichero",
Expand Down
3 changes: 1 addition & 2 deletions web/client/translations/data.fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -1593,8 +1593,7 @@
"allowUnsecureLayers": {
"label": "Autoriser les couches non sécurisées",
"tooltip": "L'ajout d'une couche à la carte avec cette option activée force l'application à appliquer un proxy"
},
"3dTileLayerIndicator":"Couche de carreaux 3D"
}
},
"uploader": {
"filename": "Nom du fichier",
Expand Down
3 changes: 1 addition & 2 deletions web/client/translations/data.it-IT.json
Original file line number Diff line number Diff line change
Expand Up @@ -1592,8 +1592,7 @@
"allowUnsecureLayers": {
"label": "Consenti livelli non sicuri",
"tooltip": "L'aggiunta di un livello da mappare con questa opzione abilitata, costringe l'applicazione ad applicare il proxy"
},
"3dTileLayerIndicator":"Livello 3D tile"
}
},
"uploader": {
"filename": "File Name",
Expand Down

0 comments on commit 5a31d50

Please sign in to comment.