[x] When there is error because you create a new static section type and the limit is reached, clicking on the error should redirect you to the upgrade package page in the BO
{
"options": {
"link": {
"root": "https://sections-saas.k8s-dev.geeks.solutions/admin",
"path": "/UpgradePackage"
}
},
"message": "Sorry, you are limited to 2 static sections. Upgrade your package for more"
}
[x] When there is error because you add a new page and the limit is reached, clicking on the error should redirect you to the upgrade package page in the BO
{
"options": {
"link": {
"root": "https://sections-saas.k8s-dev.geeks.solutions/admin",
"path": "/UpgradePackage"
}
},
"message": "You can only create up to 1 pages in your project. Upgrade your package for more"
}
[x] When there is error because you create add more sections in a page than the limit and the limit is reached, clicking on the error should redirect you to the upgrade package page in the BO
{
"options": {
"link": {
"root": "https://sections-saas.k8s-dev.geeks.solutions/admin",
"path": "/UpgradePackage"
}
},
"message": "You can only put up to 2 sections per page. Upgrade your package for more"
[x] When there is error because you are getting a page and you use quey string that is not supported in your project, clicking on the error should redirect you to the upgrade package page in the BO
"options": {
"link": {
"root": "https://sections-saas.k8s-dev.geeks.solutions/admin",
"path": "/UpgradePackage"
}
},
"message": "Your package does not support query string for dynamic pages. If you would like to start using this feature update your package please."
}
Acceptance testing
[ ] When there is error because you create a new static section type and the limit is reached, clicking on the error should redirect you to the upgrade package page in the BO
[ ] When there is error because you add a new page and the limit is reached, clicking on the error should redirect you to the upgrade package page in the BO
[ ] When there is error because you create add more sections in a page than the limit and the limit is reached, clicking on the error should redirect you to the upgrade package page in the BO
[ ] When there is error because you are getting a page and you use quey string that is not supported in your project, clicking on the error should redirect you to the upgrade package page in the BO
First when we say there is a link when i come to hover on the error message it should show a hand , to show the user there is a link, this for all the redirections
Acceptance testing