Skip to content

Auto number documentation describes functionality not visible #2295

@haydnjonesdesign

Description

@haydnjonesdesign

Hi.

Documentation here describes a starting value for auto numbers.

When setting up an Auto Number field, you can choose a starting value. For example, if you want to start numbering from “1001,” you can specify this starting value in the field settings

In self host v1.10, auto number fields have no options.

After scanning code which I'm guessing this file is the field, it returns nothing for options.

// packages/core/src/models/field/derivate/auto-number.field.ts

  static defaultOptions(): IAutoNumberFieldOptionsRo {
    return {};
  }

Is this a EE feature? Or am I missing something?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions