Users were not able to enable the "Document renaming" feature after commit 24d2350334f0ab7eaef014372da4946f9a2b3534. I put back corresponding configuration option to test this feature and it seems to work.
Feature is still enabled for users which enabled this feature before 0.85+1.1.
Enabling this feature has following effects.
1) All documents added to an order has their filename changed to {$order_num}.{$file_extension}. It can lead to duplicates filenames.
2) A prefix can be defined in an Order tab in document categories and will be added to all documents added to an order.
Users were not able to enable the "Document renaming" feature after commit 24d2350334f0ab7eaef014372da4946f9a2b3534. I put back corresponding configuration option to test this feature and it seems to work.
Feature is still enabled for users which enabled this feature before 0.85+1.1.
Enabling this feature has following effects. 1) All documents added to an order has their filename changed to
{$order_num}.{$file_extension}
. It can lead to duplicates filenames. 2) A prefix can be defined in anOrder
tab in document categories and will be added to all documents added to an order.