Project

General

Profile

Feature #142

Provide a way to rename a document

Added by Patrick Talbot over 13 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Normal
Target version:
Start date:
08/28/2010
Due date:
% Done:

100%

Estimated time:
Spent 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

Related to SmartDoc Plugin - Feature #143: Provide a way to give a server path for saveClosed08/28/2010

Actions

History

#1

Updated by Patrick Talbot over 13 years ago

  • Target version set to v0.7
#2

Updated by Patrick Talbot over 13 years ago

  • Status changed from New to In Progress
#3

Updated by Patrick Talbot over 13 years ago

  • % Done changed from 0 to 80

Still need some testing on various platforms

#4

Updated by Patrick Talbot over 13 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

Also available in: Atom PDF