PromucFlow_constructor/app
Sangeeth Sivan 57d0461473
fix: forking template to application doesn't have page permissions (#19134)
## Description

When forking a template, we fetch the page list that comes with the
template. But we only fetch the first page, and not the rest. Hence we
won't have the permissions for the rest of the page. So the changes now
fetch the pages which we get from the template on fork.

Fixes #19127


## Type of change

> Please delete options that are not relevant.

- Bug fix (non-breaking change which fixes an issue)



## How Has This Been Tested?

- Manual


## Checklist:
### Dev activity
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [x] New and existing unit tests pass locally with my changes
- [ ] PR is being merged under a feature flag
2022-12-23 18:01:33 +05:30
..
client fix: forking template to application doesn't have page permissions (#19134) 2022-12-23 18:01:33 +05:30
rts chore: updated supertest package. (#18909) 2022-12-15 12:18:27 +05:30
server chore: Upgrade test MongoDB to v5 (#18807) 2022-12-23 11:17:42 +05:30
shared revert: Parse js actions for view mode changes (#19033) 2022-12-21 10:27:55 +05:30
util chore: bump decode-uri-component from 0.2.0 to 0.2.2 in /app/util/plugin-generation (#18658) 2022-12-07 11:00:38 +05:30
yarn.lock