Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
comment.module
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jul 2014 at 13:30 UTC
Updated:
9 Sep 2014 at 06:10 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
larowlanYep should be removed if entity isn't new, patch coming
Comment #2
larowlanHoping for Red/Green
Comment #4
berdirIs this really necessary?
The entity building should be intelligent enough to only update existing values, but I only know for sure that's true for content entities.
The first comment seems a bit strange, we're not really attempting to change it, as there's no way to do it (with the fix).
I think it should just say that we verify that it can not be changed and is a read-only information? The second comment is enough IMHO for both lines of code. Possibly add an assertion for the label?
Comment #5
larowlanFixes 4
Comment #6
berdirThanks, no need to hold this up further.
Comment #7
alexpottDo we not need to tell the user that this can only be set when creating the comment type?
Comment #8
swentel commentedSomething like this ?
Comment #9
larowlanThanks
Comment #10
webchickCommitted and pushed to 8.x. Thanks!