- First commit to issue fork.
- Status changed to Needs work
about 1 year ago 12:59pm 4 December 2023 - ๐ฎ๐ณIndia omkar-pd
Replaced some Ajax calls with fetch. Still, there are some calls left to replace. Waiting for review on these changes, Setting this to Needs Work.
@omkar-pd MR is not mergeable looks like the pipeline merge request failed.
- ๐ฎ๐ณIndia omkar-pd
Yes, Because there are still some Ajax calls remaining to replace.
- ๐ฎ๐ณIndia omkar-pd
Updates:-
Made some changes in fetch calls.- Used
application/x-www-form-urlencoded
instead ofapplication/json
- Used
new URLSearchParams()
to pass data in body. - Tested editor.js and contextual.js files functionality and it's working fine.
- Number of test failures is reduced, And trying to fix other failures as well.
- Used
- ๐ฎ๐ณIndia shubh511
shubh_ โ made their first commit to this issueโs fork.