Changeset 8252
- Timestamp:
- 18/04/12 14:12:25 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mauRepo/MolesManager/trunk/src/libs/migration/processor/deployment.py
r8250 r8252 198 198 def _assignTitle(self, observation): 199 199 doc_title = extractTitle(self._deploymentMigration) 200 if doc_title is None: 201 doc_title = extractTitle(self._dataEntityMigration) 200 202 201 203 if doc_title.startswith('deployment_') or doc_title.startswith('Deployment_'): … … 241 243 doc_title += ' ' + projSubType 242 244 243 else: 244 doc_title = extractTitle(self._dataEntityMigration) 245 else: 245 246 if doc_title[0:10] != 'Data from' : 246 247 doc_title = "Data from " + doc_title
Note: See TracChangeset
for help on using the changeset viewer.