proximite double cartouch width for boussole #2333
This commit is contained in:
@@ -77,16 +77,18 @@ export default {
|
||||
|
||||
// revisions
|
||||
let data=[];
|
||||
this.concernement.revisions.forEach(rev => {
|
||||
if (rev.entites.length > 3) {
|
||||
let d = new Date(rev.changed);
|
||||
data.push({
|
||||
'id': rev.revision_id,
|
||||
'changed': d.toLocaleDateString("fr-FR")
|
||||
})
|
||||
this.history_value = Math.max(this.history_value, parseInt(rev.revision_id));
|
||||
}
|
||||
});
|
||||
if (this.concernement && this.concernement.revisions) {
|
||||
this.concernement.revisions.forEach(rev => {
|
||||
if (rev.entites.length > 3) {
|
||||
let d = new Date(rev.changed);
|
||||
data.push({
|
||||
'id': rev.revision_id,
|
||||
'changed': d.toLocaleDateString("fr-FR")
|
||||
})
|
||||
this.history_value = Math.max(this.history_value, parseInt(rev.revision_id));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
if (data.length > 1) {
|
||||
this.history_slider_ops = {
|
||||
|
||||
Reference in New Issue
Block a user