Skip to content

Commit

Permalink
fix legacy date default
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Sep 27, 2024
1 parent b672f61 commit 104caa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-colladmin/lib/queue.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def initialize(json)
# insert binary time field
add_property(
:date,
MerrittJsonProperty.new('Date').lookup_time_value(json, '', :submissionDate)
MerrittJsonProperty.new('Date').lookup_time_value(json, '', :submissionDate, MerrittJsonProperty.new('Date').lookup_value(json, '', :date).value)
)
add_property(
:user,
Expand Down

0 comments on commit 104caa6

Please sign in to comment.