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

Dynamic Field Sets #2313

Closed
svenoe opened this issue May 23, 2023 · 1 comment
Closed

Dynamic Field Sets #2313

svenoe opened this issue May 23, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@svenoe
Copy link
Contributor

svenoe commented May 23, 2023

Introduce dynamic field sets.

@svenoe svenoe added the enhancement New feature or request label May 23, 2023
@svenoe svenoe added this to the OTOBO 11.0.1 milestone May 23, 2023
@svenoe svenoe self-assigned this May 23, 2023
svenoe pushed a commit that referenced this issue May 23, 2023
svenoe pushed a commit that referenced this issue Jun 1, 2023
…first version for Set and temporary css.
svenoe pushed a commit that referenced this issue Aug 15, 2023
svenoe pushed a commit that referenced this issue Nov 29, 2023
* agent ui design

coherent design for dynamic fields sets in the agent ui

* code style update dfset agent ui

minor code style corrections for dynamic field sets in the agent ui (previous commit)
chzauleck added a commit that referenced this issue Nov 30, 2023
basic design for dfsets in the agent ui in mobile view
chzauleck added a commit that referenced this issue Dec 6, 2023
basic design for dfsets in the agent ui in mobile view
chzauleck added a commit that referenced this issue Dec 6, 2023
basic design for dfsets in the agent ui in mobile view
svenoe pushed a commit that referenced this issue Dec 6, 2023
basic design for dfsets in the agent ui in mobile view
chzauleck added a commit that referenced this issue Dec 6, 2023
showing dynamic fields sets in curstomer UI
svenoe pushed a commit that referenced this issue Dec 6, 2023
showing dynamic fields sets in curstomer UI
bschmalhofer added a commit that referenced this issue Dec 6, 2023
Add some POD.
No need to pass CreateTime and ChangeTime to DynamicFieldAdd().
bschmalhofer added a commit that referenced this issue Dec 6, 2023
Use map for getting colums from a 2-dimensional table,
that is a reference to an array of array references.
bschmalhofer added a commit that referenced this issue Dec 6, 2023
So that the test script can be run without RestoreDatabase.
This allows to inspect the changed data in the database.
bschmalhofer added a commit that referenced this issue Dec 6, 2023
Add some POD.
No need to pass CreateTime and ChangeTime to DynamicFieldAdd().
bschmalhofer added a commit that referenced this issue Dec 6, 2023
Use map for getting colums from a 2-dimensional table,
that is a reference to an array of array references.
bschmalhofer added a commit that referenced this issue Dec 6, 2023
So that the test script can be run without RestoreDatabase.
This allows to inspect the changed data in the database.
svenoe pushed a commit that referenced this issue Jan 29, 2024
reset max-width to static 620px
svenoe pushed a commit that referenced this issue Jan 29, 2024
adjusted label placement in dfsets to only be above input fields in grids and at very small screen sizes
chzauleck added a commit that referenced this issue Mar 8, 2024
@bschmalhofer
Copy link
Contributor

bschmalhofer commented Mar 13, 2024

Also: the script scripts/DBUpdate-to-11.0.pl needs to handle the upgrade of dynamic_field_value.id from INTEGER to BIGINT. In the case of MariaDB the real data types are int(11) and bigint(20).

bschmalhofer added a commit that referenced this issue Mar 13, 2024
also eliminate useless constructur when only a method is called.
bschmalhofer added a commit that referenced this issue Mar 13, 2024
Also create the new columns in individual steps, so that the existence
of one column does not stop the creation of the other column
bschmalhofer added a commit that referenced this issue Mar 13, 2024
also eliminate useless constructur when only a method is called.
bschmalhofer added a commit that referenced this issue Mar 13, 2024
Also create the new columns in individual steps, so that the existence
of one column does not stop the creation of the other column
bschmalhofer added a commit that referenced this issue Mar 13, 2024
also eliminate useless constructur when only a method is called.
bschmalhofer added a commit that referenced this issue Mar 13, 2024
Also create the new columns in individual steps, so that the existence
of one column does not stop the creation of the other column
chzauleck added a commit that referenced this issue Mar 18, 2024
chzauleck added a commit that referenced this issue Mar 22, 2024
chzauleck added a commit that referenced this issue Mar 25, 2024
chzauleck added a commit that referenced this issue Mar 25, 2024
added css styling for currently set capable dynamic fields
also unrelated minimal fixes
chzauleck added a commit that referenced this issue Mar 28, 2024
chzauleck added a commit that referenced this issue Mar 28, 2024
added css styling for currently set capable dynamic fields
also unrelated minimal fixes
svenoe pushed a commit that referenced this issue Apr 2, 2024
svenoe pushed a commit that referenced this issue Apr 2, 2024
…to 100% for checkboxes to render them left aligned; Change FieldCell behaviour in Sets to match the outside - no grids.
svenoe pushed a commit that referenced this issue Apr 3, 2024
svenoe pushed a commit that referenced this issue Apr 3, 2024
added css styling for currently set capable dynamic fields
also unrelated minimal fixes
svenoe pushed a commit that referenced this issue Apr 3, 2024
svenoe pushed a commit that referenced this issue Apr 3, 2024
svenoe pushed a commit that referenced this issue Apr 3, 2024
…to 100% for checkboxes to render them left aligned; Change FieldCell behaviour in Sets to match the outside - no grids.
@svenoe svenoe closed this as completed May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants