Skip to content

Changes

Summary

  1. [509735] Fix two ActivityExplorerePage setters (details)
Commit c9a7bf032a8397a53472204a9c5394bcfdeb2516 by Pierre-Charles David
[509735] Fix two ActivityExplorerePage setters

The header title and page description setters did nothing. The effect
is not visible in the context of Capella:
* For "header title", concrete pages implementations are provided
  which override the getHeaderTitle() method.
* For "page description", it seems we always are in sub-classes of
  BasicSessionActivityExplorerPage, which overrides
  handleContributedSectionsFor() and does not use the broken
  "description" field from the page, but the one from the section
  instead.

Bug: 509735
Change-Id: I3e6f89422f021eb232c8e966f013d9c746f03da4
Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
The file was modified plugins/org.eclipse.amalgam.explorer.activity.ui/src/org/eclipse/amalgam/explorer/activity/ui/api/editor/pages/ActivityExplorerPage.java