Rev 14832 | Rev 16420 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14832 | Rev 15004 | ||
---|---|---|---|
Line 12... | Line 12... | ||
12 | 12 | ||
13 | !! -------- desactivate freework of type=2 or type=3 |
13 | !! -------- desactivate freework of type=2 or type=3 |
14 | !if $type=2 or $type=3 |
14 | !if $type=2 or $type=3 |
15 | !! desactivated is possible only if no student work |
15 | !! desactivated is possible only if no student work |
16 | !reset list |
16 | !reset list |
17 | list=!filelist $wims_home/log/classes/$wims_class/freeworksdata/$freework/work |
17 | !! list=!filelist $wims_home/log/classes/$wims_class/freeworksdata/$freework/work |
- | 18 | list=!sh cd $wims_home/log/classes/$wims_class/freeworksdata/$freework/work;\ |
|
- | 19 | find -type f |
|
18 | !if $list!=$empty |
20 | !if $list!=$empty |
19 | error=notallowed_desactivated |
21 | error=notallowed_desactivated |
20 | job=configfw |
22 | job=configfw |
21 | !changeto $job.proc |
23 | !changeto $job.proc |
22 | !endif |
24 | !endif |