grafana/public/app/features
Lucas Raschek 6b1b52b704
Templating: Fixes renaming a variable using special characters or same name (#26866)
* Fix variable editor name-input bug

You couldn't delete an invalid character after typing it into the name-input field.
While investigating the issue turned out to be bigger, as there was a problem with
valid characters too. (See test scenarios below)

The fix seems to be, to remove an unnecessary check in the `changeVariableName`
action. There is theoretically now the possibility, that the `changeVariableName`
action is called with the same name, as the variable is already, but practically
there seems no possibility, that this could happen. A test, which checks that, had
to be removed too.

Test scenarios:
* 1st Scenario
    1. Type "@"
    2. Try deleting it
* 2nd Scenario
    1. Type "w"
    2. delete "w"
    3. Try typing "w" again

Fixes #26562

* Fix bug when updating existing variable
2020-08-13 06:52:32 +02:00
..
admin Orgs: Remove org deprecation notice as we have decided to preserve multi-org support (#26853) 2020-08-07 10:35:30 +02:00
alerting Add toggle to disable alert rendering line and fill on Graph panel (#25705) 2020-08-03 09:50:36 -07:00
annotations Annotations: Ignore cancelled annotation queries (#26681) 2020-07-30 10:23:39 +02:00
api-keys Chore: Fix all Typescript strict null errors (#26204) 2020-07-10 12:46:59 +02:00
dashboard BackendSrv: Improves logic for hiding requests from query inspector (#26877) 2020-08-10 16:08:11 +02:00
datasources Datasources list: Search now respects datasource type (#26456) 2020-07-20 15:49:20 +01:00
explore BackendSrv: Improves logic for hiding requests from query inspector (#26877) 2020-08-10 16:08:11 +02:00
expressions Form migrations: Final components to LegacyForms (#23707) 2020-04-21 11:42:21 +02:00
folders Fix: Redirect to correct url after creating a folder (#26160) 2020-07-09 14:38:47 +02:00
live Live: include a streaming event manager (#26537) 2020-07-27 00:26:16 -07:00
manage-dashboards Chore: Removes some unneeded console logging and changes logs to errors (#26235) 2020-07-10 15:07:04 +01:00
org Admin: Fix updating organization name not updating configuration subtitle (#26315) 2020-08-07 09:00:44 +02:00
panel Chore: Fix typescript strict null fixes now at 298 (#26125) 2020-07-08 11:05:20 +02:00
playlist FieldOverride: Support data links via field overrides (#23590) 2020-04-20 07:37:38 +02:00
plugins AppPlugin: Show exceptions in dev (#26795) 2020-08-05 15:47:25 +02:00
profile Chore: Fix typescript strict null fixes now at 298 (#26125) 2020-07-08 11:05:20 +02:00
search Chore: Fix typescript strict null fixes now at 298 (#26125) 2020-07-08 11:05:20 +02:00
teams Chore: Fix typescript strict null fixes now at 298 (#26125) 2020-07-08 11:05:20 +02:00
templating E2E: Adding globals variables and interpolation format gdev test dashboard and e2e test (#26827) 2020-08-06 14:54:24 +02:00
users Add space after comma for placeholder text (#25931) 2020-07-01 10:34:36 +03:00
variables Templating: Fixes renaming a variable using special characters or same name (#26866) 2020-08-13 06:52:32 +02:00
all.ts Migration: Select org (#24739) 2020-05-19 09:55:04 +02:00