Skip to content

Commit aa5fb9c

Browse files
committed
Fix: use response.modified instead of response.created for Modified field in recent commands
1 parent 46acb5f commit aa5fb9c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

openwisp-controller

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit d4d013f39eafc701089f287785c3aed81c07f7bd

openwisp_controller/connection/static/connection/js/commands.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ function initCommandOverlay($) {
505505
</div>
506506
<div class="form-row field-modified">
507507
<div><label>Modified:</label><div class="readonly">${getFormattedDateTimeString(
508-
response.created,
508+
response.modified,
509509
)}</div></div>
510510
</div>
511511
</fieldset>

0 commit comments

Comments
 (0)