Skip to content

Enabling the TimelineTab on 4.1.x #1720

Answered by lfcnassif
reacan asked this question in Q&A
Discussion options

You must be logged in to vote

There was a fix on #1565 where user custom layouts were preventing the new tab to appear, but it should have been fixed by 4.1.1.

Please check your conf/ResultSetViewersConf.xml file if it has all entries below. Maybe you are using a custom profile with an old version of that file.

<resultSetViewers>
	<resultSetViewer>
		<class>iped.geo.impl.MapViewer</class>
	</resultSetViewer>
	<resultSetViewer>
		<class>iped.app.timelinegraph.IpedChartsPanel</class>
	</resultSetViewer>
</resultSetViewers>

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@reacan
Comment options

Answer selected by reacan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants