lenya/src/webapp/lenya/pubs/default/content/publishing publish-screen.xsp,1.1,1.2
Andreas Hartmann <[email protected]> Fri, 16 May 2003 20:34:56 +0200
| Newsgroups | gmane.comp.cms.wyona.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /repository/lenya/src/webapp/lenya/pubs/default/content/publishing
In directory erbium:/tmp/cvs-serv346/src/webapp/lenya/pubs/default/content/publishing
Modified Files:
publish-screen.xsp
Log Message:
corrected scheduler parameter handling
Index: publish-screen.xsp
===================================================================
RCS file: /repository/lenya/src/webapp/lenya/pubs/default/content/publishing/publish-screen.xsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** publish-screen.xsp 16 May 2003 15:29:30 -0000 1.1
--- publish-screen.xsp 16 May 2003 18:34:53 -0000 1.2
***************
*** 21,25 ****
</xsp:logic>
-
<usecase:document-id><input:get-attribute module="page-envelope" name="document-id" as="string"/></usecase:document-id>
<usecase:uris><xsp-request:get-uri/></usecase:uris>
--- 21,24 ----
***************
*** 28,31 ****
--- 27,33 ----
<usecase:context-prefix><input:get-attribute module="page-envelope" name="context-prefix" as="string"/></usecase:context-prefix>
<usecase:area><input:get-attribute module="page-envelope" name="area" as="string"/></usecase:area>
+
+ <!-- FIXME: this should be defined in the workflow schema -->
+ <usecase:task-id>publish</usecase:task-id>
<!-- add date for scheduler -->