Feature #8101
Filter loop prevention
Start date:
11/16/2017
Due date:
% Done:
100%
Estimated time:
Release Notes:
Default
Description
When doing aliases, can we have a check if name = value and reject the change or at least show a warning?
Associated revisions
History
#1
Updated by Jim Pingle about 3 years ago
- Target version changed from 2.4.3 to 2.4.4
#2
Updated by Anonymous over 2 years ago
- Assignee set to Anonymous
#3
Updated by Anonymous over 2 years ago
- Status changed from New to 13
#4
Updated by Anonymous over 2 years ago
- Status changed from 13 to In Progress
#5
Updated by Anonymous over 2 years ago
- Status changed from In Progress to Feedback
- % Done changed from 0 to 100
Applied in changeset 169fad085845c4e4f78c43a73bf0d40332ae2673.
#6
Updated by Vladimir Lind over 2 years ago
- Status changed from Feedback to Resolved
Got warning on 2.4.4-DEVELOPMENT (arm) built on Fri Aug 10 19:14:45 EDT 2018 when creating alias 'test_alias' with value 'test_alias':
The following input errors were detected:
Alias value cannot be the same as the alias name: `test_alias and test_alias`
Fixes #8101 added an input error if the alias name was equal to the alias value