Paolo Cunti @codencode
Paolo Cunti @codencode
@jolelievre I performed the rebase, so now the PR points to the 9.1.x branch, as you suggested. I await your feedback. Thank you.
Hello @kpodemski, the `AddCategoryCommand` and `EditCategoryCommand` actions should exist, I implemented them in this PR: https://github.com/PrestaShop/ps_apiresources/pull/61 the `BulkDeleteCategoriesCommand` `BulkUpdateCategoriesStatusCommand` in progress in thi PR: https://github.com/PrestaShop/ps_apiresources/pull/76
@kpodemski Perfect, by the way I have to say your PR is a really great idea https://github.com/PrestaShop/ps_apiresources/pull/75
> @Progi1984 @Codencode > > thanks guys, I added a way for the command to automatically scan github pull requests from the module's repo to update the table > >...
I created the PRs for: - Feature: https://github.com/PrestaShop/ps_apiresources/pull/81 - Attribute: https://github.com/PrestaShop/ps_apiresources/pull/66 - Category: https://github.com/PrestaShop/ps_apiresources/pull/80 - https://github.com/PrestaShop/ps_apiresources/pull/76
@kpodemski, should the table update automatically? If yes, then there's a small issue because it's not tracking these 2 PRs: - https://github.com/PrestaShop/ps_apiresources/pull/90: Feature value - https://github.com/PrestaShop/ps_apiresources/pull/93: Get Hook status
@kpodemski Wow, that was fast 😄! I was about to do it myself.
@kpodemski The PR related to the `Feature` endpoints has been merged (https://github.com/PrestaShop/ps_apiresources/pull/81), so the list can be updated. Additionally, I am creating the PR for the **Product domain** regarding the...
I created the PR to handle the Attachment domain (https://github.com/PrestaShop/ps_apiresources/pull/105), but it's still in draft because it requires 2 PRs in the core. One has been "approved" and is actually...
@Progi1984 Sorry to bother you, I wanted to ask for your help understanding the error I'm getting in this test: https://github.com/Codencode/ga.tests.ui.pr/actions/runs/19372425992/job/55453983345 related to this PR. I'm asking you because you...