No ID returned for NodeRepository::getListHow to join a table with a Magento 2 repositoryCustomise a custom product attribute input renderer in Magento 2 the right wayMagento 2.1 Enterprise Edition: CMS hierarchy nodes where page_id is NULLMagento 2 : Update Flatrate Price in Summary Block Based on Zip CodeMagento 2 Rest API - how do I add values to dropdown product attributeMagento2: How to add custom attributes into CustomerGroupsMagento 2 - Get Custom Options Price in Transactional Emailgrid column filter based on existing valuesMagento 2.2 - Cannot update attribute valuesMagento2: customerData works different on Product Page?

Is there a hemisphere-neutral way of specifying a season?

Placement of More Information/Help Icon button for Radio Buttons

Is this draw by repetition?

Are British MPs missing the point, with these 'Indicative Votes'?

Unlock My Phone! February 2018

How dangerous is XSS

Why were 5.25" floppy drives cheaper than 8"?

Finding the reason behind the value of the integral.

In the UK, is it possible to get a referendum by a court decision?

When handwriting 黄 (huáng; yellow) is it incorrect to have a disconnected 草 (cǎo; grass) radical on top?

Why are UK visa biometrics appointments suspended at USCIS Application Support Centers?

How obscure is the use of 令 in 令和?

Salesman text me from his personal phone

What are the G forces leaving Earth orbit?

Did 'Cinema Songs' exist during Hiranyakshipu's time?

What is a Samsaran Word™?

How to travel to Japan while expressing milk?

In Bayesian inference, why are some terms dropped from the posterior predictive?

Implication of namely

What's the meaning of "Sollensaussagen"?

Is it "common practice in Fourier transform spectroscopy to multiply the measured interferogram by an apodizing function"? If so, why?

How to prevent "they're falling in love" trope

Does the Idaho Potato Commission associate potato skins with healthy eating?

Spam email "via" my domain, but SPF record exists



No ID returned for NodeRepository::getList


How to join a table with a Magento 2 repositoryCustomise a custom product attribute input renderer in Magento 2 the right wayMagento 2.1 Enterprise Edition: CMS hierarchy nodes where page_id is NULLMagento 2 : Update Flatrate Price in Summary Block Based on Zip CodeMagento 2 Rest API - how do I add values to dropdown product attributeMagento2: How to add custom attributes into CustomerGroupsMagento 2 - Get Custom Options Price in Transactional Emailgrid column filter based on existing valuesMagento 2.2 - Cannot update attribute valuesMagento2: customerData works different on Product Page?













0















In a custom command I'm trying to retrieve the ID of the existing Hierarchy Nodes. In the DB I have 2 rows for the table magento_versionscms_hierarchy_node with ID 1 and 16. But in the code when I call $result = $this->nodeRepository->getList($criteria); with empty criteria ($criteria = $this->criteriaBuilder->create();) the variable $result has 2 items with the values except for the node_id column.



Preconditions



  1. Magento Enterprise Edition version 2.3.0








share







New contributor




mgsdelta is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
























    0















    In a custom command I'm trying to retrieve the ID of the existing Hierarchy Nodes. In the DB I have 2 rows for the table magento_versionscms_hierarchy_node with ID 1 and 16. But in the code when I call $result = $this->nodeRepository->getList($criteria); with empty criteria ($criteria = $this->criteriaBuilder->create();) the variable $result has 2 items with the values except for the node_id column.



    Preconditions



    1. Magento Enterprise Edition version 2.3.0








    share







    New contributor




    mgsdelta is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      0












      0








      0








      In a custom command I'm trying to retrieve the ID of the existing Hierarchy Nodes. In the DB I have 2 rows for the table magento_versionscms_hierarchy_node with ID 1 and 16. But in the code when I call $result = $this->nodeRepository->getList($criteria); with empty criteria ($criteria = $this->criteriaBuilder->create();) the variable $result has 2 items with the values except for the node_id column.



      Preconditions



      1. Magento Enterprise Edition version 2.3.0








      share







      New contributor




      mgsdelta is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      In a custom command I'm trying to retrieve the ID of the existing Hierarchy Nodes. In the DB I have 2 rows for the table magento_versionscms_hierarchy_node with ID 1 and 16. But in the code when I call $result = $this->nodeRepository->getList($criteria); with empty criteria ($criteria = $this->criteriaBuilder->create();) the variable $result has 2 items with the values except for the node_id column.



      Preconditions



      1. Magento Enterprise Edition version 2.3.0






      magento2





      share







      New contributor




      mgsdelta is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share







      New contributor




      mgsdelta is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share



      share






      New contributor




      mgsdelta is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 2 mins ago









      mgsdeltamgsdelta

      1




      1




      New contributor




      mgsdelta is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      mgsdelta is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      mgsdelta is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "479"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );






          mgsdelta is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f268429%2fno-id-returned-for-noderepositorygetlist%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          mgsdelta is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          mgsdelta is a new contributor. Be nice, and check out our Code of Conduct.












          mgsdelta is a new contributor. Be nice, and check out our Code of Conduct.











          mgsdelta is a new contributor. Be nice, and check out our Code of Conduct.














          Thanks for contributing an answer to Magento Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f268429%2fno-id-returned-for-noderepositorygetlist%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Best approach to update all entries in a list that is paginated?Best way to add items to a paginated listChoose Your Country: Best Usability approachUpdate list when a user is viewing the list without annoying themWhen would the best day to update your webpage be?What should happen when I add a Row to a paginated, sorted listShould I adopt infinite scrolling or classical pagination?How to show user that page objects automatically updateWhat is the best location to locate the comments section in a list pageBest way to combine filtering and selecting items in a listWhen one of two inputs must be updated to satisfy a consistency criteria, which should you update (if at all)?

          Вунгтау (аеропорт) Загальні відомості | Див. також | Посилання | Навігаційне меню10°22′00″ пн. ш. 107°05′00″ сх. д. / 10.36667° пн. ш. 107.08333° сх. д. / 10.36667; 107.0833310°22′00″ пн. ш. 107°05′00″ сх. д. / 10.36667° пн. ш. 107.08333° сх. д. / 10.36667; 107.083337731608Vinh AirportVinh airport facelift improves serviceвиправивши або дописавши їївиправивши або дописавши їїр

          Тонконіг бульбистий Зміст Опис | Поширення | Екологія | Господарське значення | Примітки | Див. також | Література | Джерела | Посилання | Навігаційне меню1114601320038-241116202404kew-435458Poa bulbosaЭлектронный каталог сосудистых растений Азиатской России [Електронний каталог судинних рослин Азіатської Росії]Малышев Л. Л. Дикие родичи культурных растений. Poa bulbosa L. - Мятлик луковичный. [Малишев Л. Л. Дикі родичи культурних рослин. Poa bulbosa L. - Тонконіг бульбистий.]Мятлик (POA) Сем. Злаки (Мятликовые) [Тонконіг (POA) Род. Злаки (Тонконогові)]Poa bulbosa Linnaeus, Sp. Pl. 1: 70. 1753. 鳞茎早熟禾 lin jing zao shu he (Description from Flora of China) [Poa bulbosa Linnaeus, Sp. Pl. 1: 70. 1753. 鳞茎早熟禾 lin jing zao shu he (Опис від Флора Китаю)]Poa bulbosa L. – lipnice cibulkatá / lipnica cibulkatáPoa bulbosa в базі даних Poa bulbosa на сайті Poa bulbosa в базі даних «Global Biodiversity Information Facility» (GBIF)Poa bulbosa в базі даних «Euro + Med PlantBase» — інформаційному ресурсі для Євро-середземноморського розмаїття рослинPoa bulbosa L. на сайті «Плантариум»