Feature #142
Provide a way to rename a document
Start date:
08/28/2010
Due date:
% Done:
100%
Estimated time:
Browser (if web client):
Description
Add a 'newFileName' property in the param object used in the submit() method, to allow renaming using a user supplied name.
The renaming would then happen in that order:
1/ use the newFileName property if provided,
2/ use the smartDocPlugin.renamingScheme of the Serverplugin to rename using MessageFormat if provided,
3/ use the original name
Related issues
History
Updated by Patrick Talbot over 14 years ago
- % Done changed from 0 to 80
Still need some testing on various platforms
Updated by Patrick Talbot over 14 years ago
- Status changed from In Progress to Closed
- % Done changed from 80 to 100
Parameter newName can be used at the document level (not at the parameter object level).
The renaming do now happen in that order:
1/ use the newName property if provided,
2/ use the smartDocPlugin.renamingScheme property of the server plugin to rename using MessageFormat if provided,
3/ use the original name