Report wizard : ability to change the print format name
Description
Environment
Attachments
- 01 Apr 2015, 04:06 PM
- 25 Mar 2015, 02:24 PM
- 14 Mar 2015, 01:10 PM
- 14 Mar 2015, 01:09 PM
- 25 Feb 2015, 06:34 PM
- 28 Jan 2015, 12:42 PM
Activity
Hi @Nicolas Micoud the change on PO were rejected when integrating with development.
I made a different change to PO achieving the same as you were trying, but the list on wizard and on the print format box on window are not changed.
Hi Carlos,
Please find an updated patch.
When the panel close, the list of print formats is always refreshed.
But we need to play with translation cache ; that's why i added new methods in PO.
Thanks,
Nicolas
Hi,
This patch changes the listbox into a WStringEditor.
There is still one issue. When closing the wizard, the name of the print format is correctly updated in the label but the listitem isn't updated.
I can't find an easy way to do it (apart from using context - see 1st patch).
Regards,
Nicolas
I think save it when saving the complete print format is fine - the print format name can't be duplicated - so there is an issue if a user choses a name already used - it will throw unique constraint
Yes, changing the listbox to a textbox will do the job ! (for existing and new print formats)
But should we add a button 'Save new name' next to the textbox or save it when closing the panel ?
It is possible to create or modify print formats content, but for the name you have to open the standard window.
Regards,
Nicolas