Changeset 880 for WAeUP_SRP/trunk
- Timestamp:
- 16 Nov 2006, 20:17:08 (18 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 2 added
- 2 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/PatchBasicWidgetsCPSStringWidget.py
r869 r880 3 3 from Products.CPSSchemas.BasicWidgets import CPSEmailWidget 4 4 CPSStringWidget.display_width = 30 5 CPSEmailWidget display_width = 305 CPSEmailWidget.display_width = 30 -
WAeUP_SRP/trunk/__init__.py
r867 r880 15 15 import PatchCPSSchemasAttributeStorageAdapter 16 16 import PatchBasicWidgetsCPSStringWidget 17 import PatchCPSUserFolderUserFolderWithGroups 17 18 # Only for CPS 3.4.1. In 3.4.2 and later this should be fixed. 18 19 import PatchCPSDefaultImportExport -
WAeUP_SRP/trunk/profiles/default/workflows/waeup_student_wf/definition.xml
r870 r880 102 102 103 103 <guard> 104 <guard-expression>here/clearance_officer_guard</guard-expression> 104 <guard-role>ClearanceOfficer</guard-role> 105 <guard-role>Manager</guard-role> 106 <guard-role>SectionManager</guard-role> 105 107 </guard> 106 108 </transition> … … 110 112 111 113 <guard> 112 <guard-expression>here/owner_guard</guard-expression> 114 <guard-role>Owner</guard-role> 115 <guard-role>Manager</guard-role> 116 <guard-role>SectionManager</guard-role> 113 117 </guard> 114 118 </transition> … … 118 122 119 123 <guard> 120 <guard-expression>here/clearance_officer_guard</guard-expression> 124 <guard-role>ClearanceOfficer</guard-role> 125 <guard-role>Manager</guard-role> 126 <guard-role>SectionManager</guard-role> 121 127 </guard> 122 128 </transition> … … 135 141 136 142 <guard> 137 <guard-expression>here/owner_guard</guard-expression> 143 <guard-role>Owner</guard-role> 144 <guard-role>Manager</guard-role> 145 <guard-role>SectionManager</guard-role> 138 146 </guard> 139 147 <transition-behavior behavior_id="allow-sub-create"/> … … 144 152 145 153 <guard> 146 <guard-expression>here/owner_guard</guard-expression> 154 <guard-role>Owner</guard-role> 155 <guard-role>Manager</guard-role> 156 <guard-role>SectionManager</guard-role> 147 157 </guard> 148 158 </transition> … … 152 162 153 163 <guard> 154 <guard-expression>here/owner_guard</guard-expression> 164 <guard-role>Owner</guard-role> 165 <guard-role>Manager</guard-role> 166 <guard-role>SectionManager</guard-role> 155 167 </guard> 156 168 </transition> … … 160 172 161 173 <guard> 162 <guard-expression>here/owner_guard</guard-expression> 174 <guard-role>Owner</guard-role> 175 <guard-role>Manager</guard-role> 176 <guard-role>SectionManager</guard-role> 163 177 </guard> 164 178 </transition> … … 168 182 169 183 <guard> 170 <guard-expression>here/clearance_officer_guard</guard-expression> 184 <guard-role>ClearanceOfficer</guard-role> 185 <guard-role>Manager</guard-role> 186 <guard-role>SectionManager</guard-role> 171 187 </guard> 172 188 </transition> … … 176 192 177 193 <guard> 178 <guard-expression>here/clearance_officer_guard</guard-expression> 194 <guard-role>ClearanceOfficer</guard-role> 195 <guard-role>Manager</guard-role> 196 <guard-role>SectionManager</guard-role> 179 197 </guard> 180 198 </transition> … … 184 202 185 203 <guard> 186 <guard-expression>here/clearance_officer_guard</guard-expression> 204 <guard-role>ClearanceOfficer</guard-role> 205 <guard-role>Manager</guard-role> 206 <guard-role>SectionManager</guard-role> 187 207 </guard> 188 208 </transition> … … 192 212 193 213 <guard> 194 <guard-expression>here/clearance_officer_guard</guard-expression> 214 <guard-role>ClearanceOfficer</guard-role> 215 <guard-role>Manager</guard-role> 216 <guard-role>SectionManager</guard-role> 195 217 </guard> 196 218 </transition> … … 200 222 201 223 <guard> 202 <guard-expression>here/clearance_officer_guard</guard-expression> 224 <guard-role>ClearanceOfficer</guard-role> 225 <guard-role>Manager</guard-role> 226 <guard-role>SectionManager</guard-role> 203 227 </guard> 204 228 </transition> … … 208 232 209 233 <guard> 210 <guard-expression>here/clearance_officer_guard</guard-expression> 234 <guard-role>ClearanceOfficer</guard-role> 235 <guard-role>Manager</guard-role> 236 <guard-role>SectionManager</guard-role> 211 237 </guard> 212 238 </transition> … … 216 242 217 243 <guard> 218 <guard-expression>here/owner_guard</guard-expression> 244 <guard-role>Owner</guard-role> 245 <guard-role>Manager</guard-role> 246 <guard-role>SectionManager</guard-role> 219 247 </guard> 220 248 </transition> … … 223 251 <description>Time of the last transition</description> 224 252 <default> 225 226 253 <expression>state_change/getDateTime</expression> 227 254 </default>
Note: See TracChangeset for help on using the changeset viewer.