OroCommerce Forums

Covering OroCommerce topics, including community updates and company announcements.

Forums Forums OroCommerce Datagrid view link is not working

This topic contains 7 replies, has 4 voices, and was last updated by  Ayman Hussein 6 years, 2 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #32653

    Ayman Hussein
    Participant

    I have the following the datagrid.yml

    when add type: url to view_link to properties the grid display No records found

    but when remove it the grid return data but the view_link is not correct it show me like this-> http://localhost/customer/order/view_link

    What is the missing?

    Thanks


    arh922

Viewing 7 replies - 1 through 7 (of 7 total)
  • Author
    Replies
  • #32654

    Michael
    Keymaster

    Please check that you do not have another grid definition for the same grid id – manufacturer-datagrid – in some other file.

    #32655

    Ayman Hussein
    Participant

    Yes I am sure no datagrid with same this id.


    arh922

    #32656

    Jaimy
    Participant

    Hi @arh922,

    It looks like your properties are not configured correctly. Could you try:

    instead of

    And see if that works.

    Hope it helps.

    Kind Regards,

    Jaimy Casteleijn

    #32657

    Ayman Hussein
    Participant

    Thanks @Jaimy, it works now.

    Ayman


    arh922

    #32658

    Ayman Hussein
    Participant

    Hi,

    I have another issue in prod mode the title of datagrid and count message is not translated even i delete the prod cache folder and did cache:clear, assets:install, asstic:dump and oro:require:build but still print me the variable as string:

    This issue is not found in dev mode the variables is translated successfully.

    Thanks.


    arh922

    #32659

    ibratsilo
    Moderator

    Hi, thanks for your question.

    This is really strange behaviour because seems it is cache problem despite it was cleared as you told. Can you please try to clear and warmup cache directly for prod environment:

    #32660

    Ayman Hussein
    Participant

    Hi All,

    I solved the issue by do the following commands:

    php app/console oro:translation:dump –env=prod -v
    php app/console oro:translation:load –languages=en
    php app/console oro:language:update –all

    Thanks!


    arh922

Viewing 7 replies - 1 through 7 (of 7 total)

The forum ‘OroCommerce’ is closed to new topics and replies.

Back to top