Token Machine name should be unique per token type

Created on 28 January 2013, about 12 years ago
Updated 3 February 2025, 3 months ago

We would like to have same tokens point to different URL's based on environment. This allows us to move our code from Dev, UAT, Prod with little config changes.

e.g we would like to have login links as
[DEV:login-to-site]
[UAT:login-to-site]
[PROD:login-to-site]

At the moment this is not possbile as machine name is primary and it does not take into consideration token type. This results in limited use for custom tokens or a high large manual process of updating tokens each time project goes through different environments.

Solution for this would be to have new field tokenid as primary key make machine name NOT NULL field.

✨ Feature request
Status

Closed: outdated

Version

2.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States Ravi.J

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024