mirror of
https://github.com/finmars-platform/finmars-vue-portal.git
synced 2026-04-26 23:05:57 +03:00
[PR #35] [MERGED] Provenance #36
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/finmars-vue-portal#36
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/finmars-platform/finmars-vue-portal/pull/35
Author: @falendary
Created: 11/12/2025
Status: ✅ Merged
Merged: 11/12/2025
Merged by: @falendary
Base:
main← Head:provenance📝 Commits (2)
ad66397add new CRUD pages for Provider / Source / Platform Versiona972ef8update crud for provenance models📊 Changes
17 files changed (+1789 additions, -39 deletions)
View changed files
📝
package-lock.json(+0 -39)📝
src/api/routes/_main.js(+30 -0)➕
src/pages/settings/platform-version/card/index.vue(+43 -0)➕
src/pages/settings/platform-version/index.vue(+158 -0)➕
src/pages/settings/platform-version/platform-version-modal/index.vue(+160 -0)➕
src/pages/settings/provider-version/card/index.vue(+43 -0)➕
src/pages/settings/provider-version/index.vue(+179 -0)➕
src/pages/settings/provider-version/provider-version-modal/index.vue(+145 -0)➕
src/pages/settings/provider/card/index.vue(+43 -0)➕
src/pages/settings/provider/index.vue(+157 -0)➕
src/pages/settings/provider/provider-modal/index.vue(+131 -0)➕
src/pages/settings/source-version/card/index.vue(+43 -0)➕
src/pages/settings/source-version/index.vue(+181 -0)➕
src/pages/settings/source-version/source-version-modal/index.vue(+145 -0)➕
src/pages/settings/source/card/index.vue(+43 -0)➕
src/pages/settings/source/index.vue(+157 -0)➕
src/pages/settings/source/source-modal/index.vue(+131 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.