[PHPCR-100] The mixin `jcr:lastModified` is not updated Created: 01/Mar/13 Updated: 19/Apr/13 |
|
| Status: | Open |
| Project: | Doctrine PHPCR |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Pierre-Louis LAUNAY | Assignee: | Lukas Kahwe |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
If the document have `jcr:lastModified`, this attribute is filled on create but not updated when a document is modified. I tried to set manually this attribute and it is not updated too. |
| Comments |
| Comment by David Buchmann [ 18/Apr/13 ] |
|
jackrabbit for example does not automatically update this field. but setting it manually should work, so this could be a bug of phpcr-odm |
| Comment by David Buchmann [ 19/Apr/13 ] |
|
Pierre-Louis LAUNAY could you investigate why manually setting the field does not work? it could be that the phpcr-odm UnitOfWork ignores the field, or also that jackalope ignores changes to the field... |