-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In scripted fields, unable to switch the Type
- getting a console error which says - Class constructor DecoratedFieldFormat cannot be invoked without 'new'
#58763
Labels
bug
Fixes for quality problems that affect the customer experience
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
v8.0.0
Comments
rashmivkulkarni
added
bug
Fixes for quality problems that affect the customer experience
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
v8.0.0
Team:AppArch
labels
Feb 27, 2020
Pinging @elastic/kibana-app (Team:KibanaApp) |
Pinging @elastic/kibana-app-arch (Team:AppArch) |
I'm also seeing it. I'm on master OSS. Not sure why it appears to be passing on Jenkins |
@mattkime could that be related to any of the recent field formatter changes? |
alexwizp
added a commit
to alexwizp/kibana
that referenced
this issue
Mar 4, 2020
…rror which says - Class constructor DecoratedFieldFormat cannot be invoked without 'new' Closes: elastic#58763
alexwizp
added a commit
that referenced
this issue
Mar 9, 2020
…rror which says - Class constructor DecoratedFieldFormat cannot be invoked without 'new' (#59285) Closes: #58763 Co-authored-by: Elastic Machine <[email protected]>
alexwizp
added a commit
to alexwizp/kibana
that referenced
this issue
Mar 9, 2020
…rror which says - Class constructor DecoratedFieldFormat cannot be invoked without 'new' (elastic#59285) Closes: elastic#58763 Co-authored-by: Elastic Machine <[email protected]>
alexwizp
added a commit
that referenced
this issue
Mar 9, 2020
…rror which says - Class constructor DecoratedFieldFormat cannot be invoked without 'new' (#59285) (#59640) Closes: #58763 Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Elastic Machine <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Fixes for quality problems that affect the customer experience
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
v8.0.0
Kibana version: 8.0 master
Elasticsearch version: 8.0 master
Server OS version: MacOSX
Browser version: Chrome latest
Browser OS version: NA
Original install method (e.g. download page, yum, from source, etc.): I encountered this error in scripted field- when I tried to switch between the
Type
fromnumber
to any of the other fields likestring
,date
, orboolean
the switch doesn't happen and I see the console error .This is happening on master OSS as well.
The text was updated successfully, but these errors were encountered: