Remove edit actions
The logic to decide which edit buttons should be displayed is rather
simple. 'Delete Edit' is always displayed for an edit and depending on
whether or not the edit is based on the current patch set 'Publish
Edit' or 'Rebase Edit' is shown. This can easily be hard-coded in the
UI and the whole overhead of edit actions, like transferring the edit
actions as part of the REST response from the server to the client, is
not needed.
Change-Id: Ic58041e4372880bcd852a9ac32f0493831d827b5
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
4 files changed