Details
Description
A client has requested that that the create new folder dialog on the IB pilot be suppressed. The dialog can be configured with the property "application.showLocalStorageDialogs=false" and is normal set via the constructor public PropertiesManager(Properties sysProps, String propPath, ResourceBundle messageBundle) via an external file path.
In ICEbrowser pilot config passing in an external file isn't the best way to configure additional properties. As a result we need to create a new constructor that allows a user to set/override properties via the a Properties object. public PropertiesManager(Properties sysProps, Properties props, ResourceBundle messageBundle).
In ICEbrowser pilot config passing in an external file isn't the best way to configure additional properties. As a result we need to create a new constructor that allows a user to set/override properties via the a Properties object. public PropertiesManager(Properties sysProps, Properties props, ResourceBundle messageBundle).
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion