Forums

Covering OroCommerce, OroCRM, OroPlatform topics, including community updates and company announcements.

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

Forum Replies Created

Viewing 15 replies - 1 through 15 (of 54 total)
  • Author
    Replies
  • in reply to: Cannot download email attachment (export) #37961

    oro_newbie
    Participant

    Hi Yehven,

    Thank you so much! It worked when I checked “Export Entity Records” permission under the role. I was thinking “Export Grid views” is the correct permission for this, not sure what it’s used for now.

    Regarding the url, it happened that by mistake I emptied the email templates table (oro_email_template) and therefore used the templates from the old version, maybe that’s why the links are different? Do you know where I can find the email templates records? Another thing is, when I open the “oro_email_attachment” table, it’s empty, no export files records.

    Thank you again.

    in reply to: Cannot download email attachment (export) #37945

    oro_newbie
    Participant

    Hi Yevhen,

    Sorry for the late reply. This is the URL: http://<web_site_hidden>/export/download/export_2019_01_17_12_31_18_5c4075968ccd4.xlsx

    And below is the error message that I get:

    error message

    Although, this works under Admin role.

    Thank you!

    in reply to: ActivityManager createthe wrong query #37508

    oro_newbie
    Participant

    Where are you calling the activitymanager from? As far as I know, call is not the only activity.

    Also, check an example where the activity manager has been used in Oro’s vendor directory.

    in reply to: Disable Import/Export from Leadgrid #37507

    oro_newbie
    Participant

    Are you sure your datagrid configuration is being picked up? Try removing a column or so to test if it makes some difference to the datagrid.

    If it is picking up, the next thing I would do is to find a datagrid with no import/export option and check its configuration and see where’s the difference in the properties.

    in reply to: Duplicate Values in the Exported CSV #37506

    oro_newbie
    Participant

    Hi spyout,

    Like I mentioned in my post, changing the 5000 to more quantity fixes the issue. You can override that particular file and do it. For now I just changed it in the vendor file which is a bad practice though.

    Clear your cache completely once you do this and test, mentioned above how to as well.


    oro_newbie
    Participant

    @Rachid: you can however create a provider that returns the array. Try Mike’s post here. In the place of query is where you will be adding your array.


    oro_newbie
    Participant

    @spyout98: Try this link to hide from UI.

    in reply to: problem oro:message-queue:consume crash #37469

    oro_newbie
    Participant

    Thanks Yuri. That helped a lot! This happened when I changed my supervisord.conf directory to /tmp/ and then switched it back. I think it was stuck to that folder.

    in reply to: Subquery/Subselect with datagrid #37467

    oro_newbie
    Participant

    Sorry, this is my mistake. One of my join columns were “string” type. Changed to integer and all works fine now. Make sure you have indexes on your join columns and they are of type integer.

    in reply to: Duplicate Values in the Exported CSV #37430

    oro_newbie
    Participant

    Hi,

    Figured the issue. It IS the line I mentioned previously. I removed cache this time

    and tried, so now it’s working. It’s mentioned as size_of_batch so I’m guessing it’s not the limit of rows but rather the number of records to pull in 1 batch. Maybe somewhere the offset for the next set of batch isn’t happening?

    Here’s my configuration anyway:

    system configuration

    in reply to: Duplicate Values in the Exported CSV #37405

    oro_newbie
    Participant

    Hi,

    Anyone able to reproduce the issue?

    Thanks,
    A

    in reply to: Duplicate Values in the Exported CSV #37404

    oro_newbie
    Participant

    Hi,

    I’m using version 3 and I still see this. It’s 5000 records this time. I found this:

    in

    ImportExportBundle/Resource/config/services.yml

    but changing it doesn’t help. How do I debug why it’s repeating?

    Thanks,
    A

    in reply to: Requirejs error on adding new datagrid filter #34487

    oro_newbie
    Participant

    Hi Andrew,

    If you see the post that I referred to, the 3rd step is similar to what I have done (with SelectFilter and SelectLikeFilter). So I do not think that’s the issue?

    When I run the commands, the js file is not going to the oro/filter bundles folder. I think this is the issue. I’m not sure why it’s not going there though. Is something wrong with my requirejs.yml? How do I define the path?

    Thank you!

    in reply to: Datagrid add parameter for yesterday #29501

    oro_newbie
    Participant

    @Vicheslav

    Thank you so much! I did the below:

    And the twig template:

    It works! Although I can only color that column data not the whole row, but it’s okay for now :) Thank you!

    in reply to: Disable logging #29469

    oro_newbie
    Participant

    Not sure if this will work but try going to config_prod.yml or config_dev.yml depending on which log is being filled and remove the “monolog:” and everything under it. Keep a backup of this for later!

Viewing 15 replies - 1 through 15 (of 54 total)
Back to top