Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit bebba22b authored by Kostis ANAGNOSTOPOULOS's avatar Kostis ANAGNOSTOPOULOS
Browse files

FIX Job-save missing criteria (hack).

parent c9ec45c4
No related branches found
No related tags found
No related merge requests found
......@@ -395,6 +395,10 @@ Public Class cCriteria
Me.t_amb_min = g("t_amb_min")
End Sub
Public Sub OnBeforeContentStored_hack()
Me.OnBeforeContentStored()
End Sub
''' <summary>Override it to set custome fields</summary>
Protected Overrides Sub OnBeforeContentStored()
Dim g, b As Object
......
......@@ -267,6 +267,9 @@ Public Class cJob
b.valid_t_tire = valid_t_tire
b.valid_t_amb = valid_t_amb
b.valid_RRC = valid_RRC
Crt.OnBeforeContentStored_hack()
Me.Criteria = Crt
End Sub
Public Property vehicle_fpath As String
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment