Merge branch 'bbmaster' of ssh://git.cy55.de/home/hplattner/git/loops into bbmaster
This commit is contained in:
		
						commit
						068c555903
					
				
					 2 changed files with 2 additions and 1 deletions
				
			
		|  | @ -166,6 +166,7 @@ class ChangeState(ChangeStateBase, EditObject): | ||||||
|             trackData[name] = fi.unmarshall(rawValue) |             trackData[name] = fi.unmarshall(rawValue) | ||||||
|         self.stateful.doTransition(self.action) |         self.stateful.doTransition(self.action) | ||||||
|         notify(ObjectModifiedEvent(self.view.virtualTargetObject, trackData)) |         notify(ObjectModifiedEvent(self.view.virtualTargetObject, trackData)) | ||||||
|  |         self.request.response.redirect(self.request.getURL()) | ||||||
|         return True |         return True | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								organize/stateful/view_macros.pt
									
										
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										2
									
								
								organize/stateful/view_macros.pt
									
										
									
									
									
										
										
										Normal file → Executable file
									
								
							|  | @ -84,7 +84,7 @@ | ||||||
|                 tal:content="stateObject/title" /> |                 tal:content="stateObject/title" /> | ||||||
|         </span> |         </span> | ||||||
|       </div> |       </div> | ||||||
|       <div><b i18n:translate="">Available Transitions</b>: |       <div tal:condition="stf/getAvailableTransitionsForUser"><b i18n:translate="">Available Transitions</b>: | ||||||
|         <ul> |         <ul> | ||||||
|           <li tal:repeat="action stf/getAvailableTransitionsForUser"> |           <li tal:repeat="action stf/getAvailableTransitionsForUser"> | ||||||
|             <a i18n:translate="" |             <a i18n:translate="" | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue