Revision f0da3ee9
Von Bernd Bleßmann vor mehr als 3 Jahren hinzugefügt
js/kivi.TimeRecording.js | ||
---|---|---|
57 | 57 |
}; |
58 | 58 |
|
59 | 59 |
}); |
60 |
|
|
61 |
$(function() { |
|
62 |
$('#time_recording_project_id').on('set_item:ProjectPicker', function(){ kivi.TimeRecording.project_changed() }); |
|
63 |
}); |
templates/webpages/time_recording/form.html | ||
---|---|---|
58 | 58 |
</tr> |
59 | 59 |
<tr> |
60 | 60 |
<th align="right">[% 'Project' | $T8 %]</th> |
61 |
<td>[% P.project.picker('time_recording.project_id', SELF.time_recording.project_id, description_style='both', style='width: 300px', onchange='kivi.TimeRecording.project_changed()') %]</td>
|
|
61 |
<td>[% P.project.picker('time_recording.project_id', SELF.time_recording.project_id, description_style='both', style='width: 300px') %]</td> |
|
62 | 62 |
</tr> |
63 | 63 |
<tr></tr><tr></tr> |
64 | 64 |
<tr> |
Auch abrufbar als: Unified diff
Zeiterfassung: Eingabe: Projekt-Wechsel mit on('set_item:...') registrieren, …
sonst wird das Event nicht ausgelöst,wenn man im Popup-Dialog ein Projekt
wählt.