Commit b1862954 authored by Jérome Perrin's avatar Jérome Perrin

credential: create assignmnent starting the day before today.

Funny things can happen if you have multiple machines and their clock are not
synchronized.
parent a968df84
......@@ -107,7 +107,7 @@ for role in context.getRoleList():\n
function = context.getFunctionList(),\n
group = context.getGroupList(),\n
destination = organisation_url,\n
start_date = today,\n
start_date = today - 1,\n
stop_date = delay)\n
\n
assignment.open()\n
......
429
\ No newline at end of file
430
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment