Commit bdb01006 authored by Ad Schellevis's avatar Ad Schellevis

(mvc) extra comment in AutoNumberField.php

parent b931f2f2
......@@ -73,6 +73,7 @@ class AutoNumberField extends BaseField
* (see ArrayField for how this works).
*
* In this case, the default is a new sequence based on the same field in this fields direct neighbours.
* When maximum_value is reached, all succeeding items will get maximum_value+1. (which fails on validation)
*/
public function applyDefault()
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment