Project

General

Profile

Revision 35cea70e

ID35cea70e70076d5542d527cd87f33008c63f1285
Parent 52661754
Child 9c0dbb6a

Added by Thomas ANDREJAK almost 15 years ago

Correction Bug + ContrĂ´le Pylint

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@291 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

vigiboard/templates/vigiboard_event_table.html
66 66

  
67 67
<script type="text/javascript">
68 68
	function vigiboard_historydialog(idd) {
69
		$.getJSON("${tg.url('/vigiboard/history_dialog')}",{id:idd},function(json){
69
		$.getJSON("${tg.url('/vigiboard/history_dialog')}",{idevent:idd},function(json){
70 70
			$('#HistoryDialog_initial_state').html(json.initial_state);
71 71
			$('#HistoryDialog_current_state').html(json.current_state);
72 72
			$('#HistoryDialog_detailed_event').attr('href' , '${tg.url('/vigiboard/event/')}' + json.idevent);

Also available in: Unified diff