Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
		<explorerTask name="Module Run Table Display">
			<mnemonic>T</mnemonic>
			<displayConfigFileName>ModuleRunTableDisplay</displayConfigFileName>	
			<toolbarTask>true</toolbarTask>
			<menubarTask>true</menubarTask>
			<accelerator>ctrl T</accelerator>
			<toolWindow>false</toolWindow>
			<loadAtStartup>true</loadAtStartup>
        	<onFailWarnAndContinue>false</onFailWarnAndContinue>
		</explorerTask>

In the DisplayConfigFiles directory a ModuleRunTableDisplay.xml file needs to be created:

...

In case not all columns should be visible, right clicking on a value will show the "Set column visibility" menu. This allows a user to select or deselect columns that should be visible (at least one column has to remain visible). These settings will be stored in the user settings and will remain available after FEWS was restarted.

  

On fail configuration

Since 2019.02.

By design the activity will fail if the configured importFile is not found. To overrule this behaviour the following configuration option is available:

Code Block
<onFailWarnAndContinue>true</onFailWarnAndContinue>

If onFailWarnAndContinue has been set to ture, a warning will be logged if the configured importFile cannot be found, but the activity won't fail.