|
|
|
@@ -334,10 +334,14 @@ public class StationsHistorieController { |
|
|
|
statHistCreator.setText(Integer.toString(stationsHistorie.getErsteller())); |
|
|
|
if (stationsHistorie.getErstellDatumZeit() != null) { |
|
|
|
statHistCreateTime.setText(stationsHistorie.getErstellDatumZeit().toString()); |
|
|
|
}else{ |
|
|
|
statHistCreateTime.setText(""); |
|
|
|
} |
|
|
|
statHistEditor.setText(Integer.toString(stationsHistorie.getBearbeiter())); |
|
|
|
if (stationsHistorie.getBearbeitetDatumZeit() != null) { |
|
|
|
statHistEditTime.setText(stationsHistorie.getBearbeitetDatumZeit().toString()); |
|
|
|
}else{ |
|
|
|
statHistEditTime.setText(""); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|