Add a new authorized application

Description

This page is the one-step funnel to add a new authorized application to a PrestaShop shop.

QA

Link to the test

Components description

Common components

App name text field

DescriptionValueError message

Mandatory

Yes

"Please complete this field" with bowser notification

Allowed/Forbidden values

All character is allowed

Default value

empty

-

Help text

-

-

Tool tips

-

-

Lower limit

1

Upper limit

50

An unexpected error occurred. [Doctrine\DBAL\Exception\DriverException code 0]: An exception occurred while executing 'UPDATE ps_authorized_application SET name = ? WHERE id_authorized_application = ?' with params ["[your text]", 1]: SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'name' at row 1

Behavior

-

Description text field

DescriptionValueError message

Mandatory

No

-

Allowed/Forbidden values

All character is allowed

Default value

empty

-

Help text

-

-

Tool tips

-

-

Lower limit

0

Upper limit

no limit

Behavior

-

Behaviors description

Workflow

This page only serves the Authorized application creation workflow in which the user fills at least the application name before validating the form.

Behavior description

  • If the user input an unauthorized character they won't be able to validate the form to create the authorized application

  • When clicking on save the page detailling the created authorized application is opened ->Authorized application details

Error messages

Limitations

This page only serves the creation of authorized applications

Last updated