[PR #49] Simple import schema: order fields alphabetically #49

Open
opened 2026-03-03 12:00:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/finmars-platform/finmars-portal/pull/49
Author: @HenkKalkwater
Created: 2/17/2026
Status: 🔄 Open

Base: mainHead: 183-simple-import-schema-order-fields-asc


📝 Commits (1)

  • 7a02d8f Simple import schema: order fields alphabetically

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 src/portal/scripts/app/views/dialogs/simple-entity-import/simple-entity-import-scheme-v2-dialog-view.html (+1 -1)

📄 Description

First sort the fields under data matching by their order and then their name

Fixes finmars-platform/finmars-core#183

In this example, "Name" has order -10 and the rest has order 0. I'm not sure where you can set the order, but I saw that the db has this field and it was originally sorting by it, so I left it in.

image

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/finmars-platform/finmars-portal/pull/49 **Author:** [@HenkKalkwater](https://github.com/HenkKalkwater) **Created:** 2/17/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `183-simple-import-schema-order-fields-asc` --- ### 📝 Commits (1) - [`7a02d8f`](https://github.com/finmars-platform/finmars-portal/commit/7a02d8feaf50fa7796a1e3aa50f9452aadd4d9ee) Simple import schema: order fields alphabetically ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/portal/scripts/app/views/dialogs/simple-entity-import/simple-entity-import-scheme-v2-dialog-view.html` (+1 -1) </details> ### 📄 Description First sort the fields under data matching by their order and then their name Fixes finmars-platform/finmars-core#183 In this example, "Name" has `order` -10 and the rest has `order` 0. I'm not sure where you can set the order, but I saw that the db has this field and it was originally sorting by it, so I left it in. <img width="676" height="887" alt="image" src="https://github.com/user-attachments/assets/e94287e6-6025-4522-bd91-7810ec91ca29" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/finmars-portal#49
No description provided.