Skip to content

CodingStyleTestCase: ignore duplicate actions for OfficeJS actions

Jérome Perrin requested to merge fix/web_page_officejs_duplicate_actions into master

OfficeJS use another mechanism for actions registration, so duplicate actions defined on the portal type is not necessarly a problem, as long as all actions are not registered in the same app.

Merge request reports