Skip to content

Commit

Permalink
[Transaltions] - Explicit error codes along with description on Layer…
Browse files Browse the repository at this point in the history
… Upload form

(cherry picked from commit 395089e)

# Conflicts:
#	geonode/static/geonode/js/upload/LayerInfo.js
  • Loading branch information
afabiani committed Nov 28, 2020
1 parent 0a245a0 commit f62b69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/static/geonode/js/upload/LayerInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ define(function (require, exports) {
};

LayerInfo.prototype.doResume = function (event) {
$(this).text('Done').attr('disabled','disabled');
$(this).text(gettext('Finalizing')).attr('disabled', 'disabled').after('<img class="pull-right" src="../../static/geonode/img/loading.gif">');
var id = (new Date()).getTime();
/* ****
* AF: Switching those two below allows to open a new window instead of redirecting
Expand Down

0 comments on commit f62b69a

Please sign in to comment.