Skip to content

Added DCN on hypertable v2 manage fields button - #280

Merged
nathalieArnoux merged 2 commits into
masterfrom
na/dra-5638
Sep 8, 2026
Merged

nathalieArnoux merged 2 commits into
masterfrom
na/dra-5638

Conversation

@nathalieArnoux

Copy link
Copy Markdown
Contributor

What does this PR do?

Related to : #dra-5638

What are the observable changes?

Adds DCN to Manage Fields button in Hypertable V2.

🧑‍💻 Developer Heads Up

⚡ Since we are using Ember Octane now:

  • Feel free to migrate existing components to Glimmer Components.
  • Write new ones exclusively in it.

Useful Resource : Ember Octane vs Classic Cheat Sheet

Good PR checklist

  • Title makes sense
  • Is against the correct branch
  • Only addresses one issue
  • Properly assigned
  • Added/updated tests
  • Added/updated documentation
  • Migrated touched components to Glimmer Components
  • Properly labeled

Additional Notes

@nathalieArnoux nathalieArnoux self-assigned this Sep 7, 2026
@linear-code

linear-code Bot commented Sep 7, 2026

Copy link
Copy Markdown

DRA-5638

@nathalieArnoux
nathalieArnoux marked this pull request as ready for review September 7, 2026 13:26
@nathalieArnoux
nathalieArnoux requested review from a team and phndiaye as code owners September 7, 2026 13:26
@nathalieArnoux
nathalieArnoux requested review from aprentout and edouardmisset and removed request for a team September 7, 2026 13:26
buildMethod: (key: string, extra: { [key: string]: string }) => ColumnDefinition | Column
): (ColumnDefinition | Column)[] {
return columnOptions.reduce((columns, column) => [...columns, ...[buildMethod(column.key, column.extra)]], []);
return columnOptions.map((column) => buildMethod(column.key, column.extra));

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh yeah forgot to explain, this is a fix for a TS error that I noticed here 👍

Image

@nathalieArnoux
nathalieArnoux merged commit e251066 into master Sep 8, 2026
5 checks passed
@nathalieArnoux
nathalieArnoux deleted the na/dra-5638 branch September 8, 2026 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants