When you navigate to a form on a table that extends Task, the history entry is titled "Task" instead of the correct table nameDescriptionSeveral tables extend the Task [task] table, such as Incident [incident] and Problem [problem]. When you navigate to one of these lists, the history tab of the application navigator correctly displays the name of the list as Incidents or Problems. However, when you open a record from one of these tables, the history tab displays the entry as Task.Steps to Reproduce Navigate to Incident > Open.Open any incident record.In the application navigator, click the history tab. There is an entry for Task above the Incidents entry. Repeating the steps on a different table that extends Task, such as Problem or Change Request, yields the same result. WorkaroundCreate this true/false sys_property: <!-- p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Menlo; color: #6a8759; background-color: #2b2b2b} --> glide.ui.set_history_in_jelly Set it to false. Note: This property should be removed when upgrading to Jakarta or later.Related Problem: PRB1061819