Skip to content

Commit bf681ce

Browse files
committed
editoast: reorder TowedRollingStock field order
Signed-off-by: Leo Valais <[email protected]>
1 parent cdabfed commit bf681ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editoast/src/models/towed_rolling_stock.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ pub struct TowedRollingStockModel {
1818
pub id: i64,
1919
#[model(identifier)]
2020
pub name: String,
21+
pub label: String,
2122
pub railjson_version: String,
2223
pub locked: bool,
2324

@@ -34,7 +35,6 @@ pub struct TowedRollingStockModel {
3435
pub gamma: Gamma,
3536

3637
pub version: i64,
37-
pub label: String,
3838
}
3939

4040
impl From<TowedRollingStockModel> for TowedRollingStock {

0 commit comments

Comments
 (0)