Project

General

Profile

« Previous | Next » 

Revision 41970

View differences:

modules/dnet-modular-uis/trunk/src/main/resources/eu/dnetlib/web/resources/js/dnet_wf_journal.js
64 64
	
65 65
	$scope.showProcess = function(procId) {
66 66
		$scope.current = { 'procId' : procId };
67

  
67
		$scope.currentParam = {};
68
		
68 69
		$scope.showSpinner();
69 70
		
70 71
		$http.get("wf/journal.get?id="+procId).success(
......
89 90

  
90 91
	$scope.refresh = function () {
91 92
		$scope.showSpinner();
93
		$scope.current = {};
94
		$scope.currentParam = {};
92 95
		var url = '';
93 96

  
94 97
		if ($scope.family) {

Also available in: Unified diff