Ticket #1605 (new defect)

Opened 3 years ago

Last modified 2 years ago

Roadmap: Intermediate level mass insertion

Reported by: gracinet Assigned to: gracinet
Priority: P3 Milestone: unspecified
Component: CPSCourrier Version: TRUNK
Severity: minor Keywords: roadmap
Cc:

Description

... in the roadmap will create as many intermediate levels

Change History

06/21/06 16:25:58 changed by gracinet

  • priority changed from P2 to P3.
  • severity changed from normal to minor.

This is what CPSCourrier.workflows.stacks.CourrierStack?.push() gets:

kw = {'comment': '', 'delegation_date': [DateTime('2006/06/21 16:16:43.732 GMT+2'), DateTime('2006/06/21 16:16:43.732 GMT+2'), DateTime('2006/06/21 16:16:43.732 GMT+2')], 'workflow_action_form': 'cpscourrier_roadmap.html', 'directive': ['response', 'response', 'response'], 'data_lists': ('directive', 'delegation_date'), 'push_ids': ['courrier_user:sreader', 'courrier_user:scontributor', 'courrier_user:JDupont'], 'levels': ['-1_0', '-1_0', '-1_0'], 'current_wf_var_id': 'Pilots', 'submit_add': 'Valider', 'current_var_id': 'Pilots'}

So we have a very nice side-effect of the new level creation. We need to retrieve or guess the new level after the first element has been pushed and push the next ones at this level.

09/29/06 16:21:55 changed by gracinet

  • summary changed from Intermediate level mass insertion to Roadmap: Intermediate level mass insertion.