Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 909 Bytes

2021-06-04-build-action-button-messaging-system.md

File metadata and controls

16 lines (16 loc) · 909 Bytes
title issue
Build Action Button messaging system
NEXT-14360

Core

  • Added following response classes to define the response formats:
    • src/Core/Framework/App/ActionButton/Response/ActionButtonResponse.php
    • src/Core/Framework/App/ActionButton/Response/NotificationResponse.php
    • src/Core/Framework/App/ActionButton/Response/OpenNewTabResponse.php
    • src/Core/Framework/App/ActionButton/Response/ReloadDataResponse.php
  • Added actionId property plus the respective getter and setter methods in src/Core/Framework/App/ActionButton/AppAction.php
  • Changed execute method in src/Core/Framework/App/ActionButton/Executor.php to format, validate and authenticate responses
  • Added src/Core/Framework/App/Exception/ActionProcessException.php

Administration

  • Changed runAction method in src/app/component/app/sw-app-actions/index.js to handle action button response