Skip to content
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

Add advanced many to many object relation data object type #910

Merged
merged 23 commits into from
Jan 22, 2025
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
fafd3c3
Add advanced many to many object relation data object type
markus-moser Jan 21, 2025
7be2a3a
Apply eslint-fixer changes
markus-moser Jan 21, 2025
1a8735a
Automatic frontend build
markus-moser Jan 21, 2025
d01c820
Handle existing editable column types
markus-moser Jan 21, 2025
18b597f
Merge remote-tracking branch 'origin/advanced-object-relation' into a…
markus-moser Jan 21, 2025
9419bec
Automatic frontend build
markus-moser Jan 21, 2025
b1cc881
Remove useless condition
markus-moser Jan 22, 2025
80d1d2a
Merge remote-tracking branch 'origin/advanced-object-relation' into a…
markus-moser Jan 22, 2025
cca1007
Automatic frontend build
markus-moser Jan 22, 2025
3004c05
Integrate value conversion into hook
markus-moser Jan 22, 2025
118faa9
Automatic frontend build
markus-moser Jan 22, 2025
c2c91f7
Fix handling changed data
markus-moser Jan 22, 2025
f174ed0
Merge remote-tracking branch 'origin/advanced-object-relation' into a…
markus-moser Jan 22, 2025
5181fda
Automatic frontend build
markus-moser Jan 22, 2025
3764049
Delete item based on rowIndex instead of type/id (preparation for mul…
markus-moser Jan 22, 2025
ec22330
Merge remote-tracking branch 'origin/advanced-object-relation' into a…
markus-moser Jan 22, 2025
31c4038
Automatic frontend build
markus-moser Jan 22, 2025
0fc9749
Add multiple assignments check
markus-moser Jan 22, 2025
5f34d70
Merge remote-tracking branch 'origin/advanced-object-relation' into a…
markus-moser Jan 22, 2025
8cfc61a
Automatic frontend build
markus-moser Jan 22, 2025
403482e
Implement multi-select column types and fix select styling
markus-moser Jan 22, 2025
ff8983c
Merge remote-tracking branch 'origin/advanced-object-relation' into a…
markus-moser Jan 22, 2025
e905781
Automatic frontend build
markus-moser Jan 22, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Automatic frontend build
markus-moser authored and github-actions[bot] committed Jan 22, 2025
commit 5181fda6d8b330f2e7217ba1d9420ac680956cfb
12 changes: 0 additions & 12 deletions public/build/0c445a46-dd10-4aae-b267-c85231aa0244/entrypoints.json

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions public/build/24b5aa2c-3f95-4b10-8c32-06ff58293f52/entrypoints.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"entrypoints": {
"core-dll": {
"css": [
"/bundles/pimcorestudioui/build/24b5aa2c-3f95-4b10-8c32-06ff58293f52/core-dll.css"
],
"js": [
"/bundles/pimcorestudioui/build/24b5aa2c-3f95-4b10-8c32-06ff58293f52/core-dll.js"
]
}
}
}

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"entrypoints": {
"main": {
"js": [
"/bundles/pimcorestudioui/build/5f12b539-52af-49cd-b502-39e8a287e614/main.js"
]
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"bundles/pimcorestudioui/build/5f12b539-52af-49cd-b502-39e8a287e614/main.js": "/bundles/pimcorestudioui/build/5f12b539-52af-49cd-b502-39e8a287e614/main.js"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"entrypoints": {
"vendor": {
"js": [
"/bundles/pimcorestudioui/build/926ab589-98c6-466c-afe3-56296a02a7fe/vendor.js"
]
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"bundles/pimcorestudioui/build/926ab589-98c6-466c-afe3-56296a02a7fe/vendor.js": "/bundles/pimcorestudioui/build/926ab589-98c6-466c-afe3-56296a02a7fe/vendor.js"
}

This file was deleted.

This file was deleted.