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 ...@@ -107,7 +107,7 @@ for role in context.getRoleList():\n
function = context.getFunctionList(),\n function = context.getFunctionList(),\n
group = context.getGroupList(),\n group = context.getGroupList(),\n
destination = organisation_url,\n destination = organisation_url,\n
start_date = today,\n start_date = today - 1,\n
stop_date = delay)\n stop_date = delay)\n
\n \n
assignment.open()\n assignment.open()\n
......
429 430
\ No newline at end of file \ 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