Commit ee2876a5 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Merge branch 'hotfix-EndOfProjectWarning' into 'master'

Hotfix end of project warning

See merge request redmic-project/client/web!73
parents a118e574 87f5557f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{
  "name": "REDMIC",
  "version": "0.19.1",
  "version": "0.19.2",
  "author": "REDMIC",
  "homepage": "https://gitlab.com/redmic-project/client/web/blob/master/README.md",
  "description": "Integrated marine data repository of Canary Islands - Client",
+12 −0
Original line number Diff line number Diff line
@@ -130,6 +130,18 @@ define([
			});

			this._evaluateAppSize();

			var url = 'https://redmicdev.wordpress.com/2019/09/04/cierre-del-proyecto-redmic/',
				message = this.i18n.endOfProjectMessage + ' <a href="' + url + '" target="_blank">' + this.i18n.here +
					'</a>.';

			this._emitEvt('COMMUNICATION', {
				type: 'alert',
				level: 'warning',
				description: message,
				position: 'top-center',
				timeout: 0
			});
		},

		_subToggleSidebar: function(req) {
+2 −0
Original line number Diff line number Diff line
@@ -1209,6 +1209,8 @@ define({
	, "fullscreen": "Pantalla completa"
	, "version": "Versión"

	, "endOfProjectMessage": "A finales de este año, está previsto el cierre del proyecto REDMIC. Más info"

	// Para capas que no se pueden cambiar las keys
	, "descript_1": "Descripción"
	, "descriptio": "Descripción"
+2 −0
Original line number Diff line number Diff line
@@ -1213,6 +1213,8 @@ define({
		, "fullscreen": "Fullscreen"
		, "version": "Version"

		, "endOfProjectMessage": "By the end of this year, REDMIC project can be closed. More info"

		//Para capas que no se pueden cambiar las keys
		, "descript_1": "Description"
		, "descriptio": "Description"