-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
FieldList IndexedArray removal #46653
Conversation
💔 Build Failed |
💔 Build Failed |
💔 Build Failed |
💔 Build Failed |
💔 Build Failed |
💔 Build Failed |
0fd7793
to
341d468
Compare
💔 Build Failed |
💔 Build Failed |
💔 Build Failed |
e22ca2d
to
0fd0be8
Compare
@ppisljar I'm seeing a failed browser test relating to field chooser which involves a fair amount of angular code. I'm curious if you have any thoughts on it before I burn too much time on it. -- actually, it looks like kbnTableRow is where my attention should be. field chooser shows a similar error locally but i don’t see that on CI |
💔 Build Failed
|
💔 Build Failed
|
💔 Build Failed
|
5def33e
to
5969420
Compare
💔 Build Failed
|
5969420
to
2dff992
Compare
💔 Build Failed |
💔 Build Failed |
@@ -49,7 +49,7 @@ interface MappingObject { | |||
} | |||
|
|||
export interface StaticIndexPattern { | |||
fields: FieldType[]; | |||
fields: FieldType[] | FieldListInterface; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a sad compromise but I'm not sure what should be done about it. I think this is a case were refactoring with types in mind is more difficult than writing the code in the first place.
💔 Build Failed |
Summary
Summarize your PR. If it involves visual changes include a screenshot or gif.
Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.For maintainers