Problem - since currently there is no stable version of auto_node_title or auto_entitylabel, I tried to use the calculated value in hook_node_presave to update value of Title field with the serial number, but it returns empty array every-time.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | not_able_to_get-2849371-2.patch | 990 bytes | nikunjkotecha |
Comments
Comment #2
nikunjkotechaAdding patch to get it working. It is a computed field but not calculated every-time so implemented getValue() in the SerialItem class with condition for computed field removed.
Comment #3
nikunjkotechaComment #4
Pavan B S commentedPatch is working fine
Comment #6
colorfieldThanks @nikunjkotecha for the patch and @Pavan B S for the review! Pushed into dev