diff options
| author | cedricnjanga | 2017-09-13 15:39:34 +0200 |
|---|---|---|
| committer | cedricnjanga | 2017-09-13 15:39:50 +0200 |
| commit | 4804a4886c5267c1be1c367caaf35c17c681d179 (patch) | |
| tree | 5e89dd1143e393cc99f2c9ffcc0e346f6c1e5120 /app/views/referential_lines | |
| parent | 2c8bf4bec7229241aee1fb8f304cf080fc403fb7 (diff) | |
| download | chouette-core-4804a4886c5267c1be1c367caaf35c17c681d179.tar.bz2 | |
Apply object id changes to views
Diffstat (limited to 'app/views/referential_lines')
| -rw-r--r-- | app/views/referential_lines/show.html.slim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/referential_lines/show.html.slim b/app/views/referential_lines/show.html.slim index cbce7a7d5..6e59d83b3 100644 --- a/app/views/referential_lines/show.html.slim +++ b/app/views/referential_lines/show.html.slim @@ -46,7 +46,7 @@ [ \ TableBuilderHelper::Column.new( \ name: 'ID', \ - attribute: Proc.new { |n| n.objectid.local_id }, \ + attribute: Proc.new { |n| n.objectid.short_id }, \ sortable: false \ ), \ TableBuilderHelper::Column.new( \ |
