Giter VIP home page Giter VIP logo

Comments (13)

blankse avatar blankse commented on June 11, 2024 1

@gfemorris @lukmzig I created a new issue: #17019

from pimcore.

blankse avatar blankse commented on June 11, 2024

@gfemorris I created a PR #16970

from pimcore.

gfemorris avatar gfemorris commented on June 11, 2024

@blankse thx. That should fix the search case. The issue with the object folder is still open though. Should i create a new issue for that so we can close this one?

from pimcore.

blankse avatar blankse commented on June 11, 2024

@gfemorris I can't reproduce this. In my setup the timestamps are set:
Screenshot 2024-04-26 132144

How can this values null?

from pimcore.

gfemorris avatar gfemorris commented on June 11, 2024

@blankse The browser sends null if there is no userModification set
grafik
grafik
And then it crashes
grafik

from pimcore.

blankse avatar blankse commented on June 11, 2024

@gfemorris Thank you.
I changed the 4 attributes in the db to null. Than I can't save the folder. I added a commit to the PR to fix this.

from pimcore.

lukmzig avatar lukmzig commented on June 11, 2024

Hi @blankse @gfemorris
just for my understanding, can it actually happen that all 4 values

  • userModification
  • userOwner
  • creationDate
  • modificationDate
    are null?

Because in your example you are mentioning only userModification. Thank you.

from pimcore.

blankse avatar blankse commented on June 11, 2024

The db columns are nullable. So it is possible. Maybe not via admin interface. But via php script.

from pimcore.

lukmzig avatar lukmzig commented on June 11, 2024

@blankse if we change the setters to accept the null values then yes, these fields will be null-able via script. However, then this means we have empty data in the DB.

I will discuss with my colleagues this topic, for me the better solution would be to either assign system user when this happens and introduce some mechanism to assign system user on deleting of existing users.

from pimcore.

blankse avatar blankse commented on June 11, 2024

@lukmzig The null value could be exists from a earlier pimcore version without this type hints (Pimcore < 11) or someone set it directly in the db table via sql.

So if you decide to make it not nullable, the db schema should be changed and the data should be migrated.

I think there should be a difference between system user and deleted user. The system user is for changes of pimcore itself (via maintenance cronjob for example). For the created and modified dates I don't know a reason to be empty. So there we could change the db shema to not nullable and default to current time when empty it is a problem for you.

from pimcore.

lukmzig avatar lukmzig commented on June 11, 2024

@blankse I agree with you, the DB schema should not change here. This issue with the folder is bit strange and we will need to have a deeper look

@gfemorris can you please create a separate issue for the folder this? Thank you very much!

from pimcore.

lukmzig avatar lukmzig commented on June 11, 2024

The SimpleBackenSearchBundle part was fixed by #16970
The folder part will be solved in separate issue

from pimcore.

gfemorris avatar gfemorris commented on June 11, 2024

@lukmzig agreed. It's better to have a separate issue for this. Thx @blankse for creating the issue.
I am not really sure why we have folders with null values in userModification. My guess was that the client deleted the user that was in there so it went to null. Maybe that happened in an older version. Nonetheless it makes sense to fix that so that people will not have problems if they migrate to pimcore11.

from pimcore.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.