OroPlatform Forums

Covering OroPlatform topics, including community updates and company announcements.

This topic contains 2 replies, has 3 voices, and was last updated by  Dima Soroka 10 years, 6 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
  • #34746

    seddonm1
    Participant

    Hi guys,
    Love the work so far. This is exactly what I was looking for. Using Symfony2 and implementing so many standard functions (logins, security, etc) saves so much time. Great work!

    Feedback on latest GITHUB version (as at 2013-10-21):
    ENTITY
    1. BUG When creating a Many to One relationship after selecting target entity the field does not update. This can be worked around by trying to save which will fail due to a required field. The value can then be set.
    2. BUG When deleting an entity the ORM components aren’t working. Both the tables remain and the values in the oro_entity_* tables. I believe there needs to be an UPDATE SCHEMA at the Entities view window not just at the individual Entity level. This could do a data check on the oro_entity_* tables to ensure consistency.
    3. CHANGE I believe there can be more constraints on the oro_entity_* tables so that as entities are added and removed the data stays compliant.
    4. BUG When creating a record using the entity form receiving lots of file to load errors. Looks like a pagestate (404) and the search interface is getting (500) errors.
    5. BUG The field labels are being case converted instead of using the field’s label field (unaltered). e.g. firstName would become Firstname.
    6. CHANGE When selecting a many-to-one field do you really need this ‘please enter 1 more character’ dropdown if there are just few records (e.g. <10 records just show them all).

    INSTALL
    1. Install failed – timeouts and missing files. Had to manually install using install.sh (which works).

    GENERAL
    1. I am getting Chrome javascript warnings with:
    event.returnValue is deprecated. Please use the standard event.preventDefault() instead.
    2. The update window is pink? It doesn’t really suit the rest of the gui.

    Will keep testing if you need.

    Should we be raising issues in Github?

    Cheers

Viewing 2 replies - 1 through 2 (of 2 total)
  • Author
    Replies
  • #34747

    ishakuta
    Participant

    Thank you for your efforts and feedback, feel free to create issues/requests on Github. Reports are always welcome :)

    #34748

    Dima Soroka
    Keymaster

    Thanks seddonm1!

    Github will be more efficient way to track issues.
    Please let us know if it is a problem – we’ll handle this list.

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

The forum ‘OroPlatform – Installation/Technical Issues or Problems’ is closed to new topics and replies.

Back to top