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

values of box2metadata.row_style and box2metadata.cell_style are not considered #101

Open
saschaszott opened this issue Oct 22, 2024 · 0 comments
Labels

Comments

@saschaszott
Copy link

I’ve set values in both attributes box2metadata.row_style and box2metadata.cell_style but the UI does not apply them.

image

The source code (Angular Frontend) does not evaluate both attributes rowStyle / cellStyle attributes of the metadata field. Attributes styleLabel and styleValue work as described.

The documentation contains an attribute style that is not present in the Excel file (cris-layout-configuration) and not present in the database table cris_layout_field:

image

The Angular code evaluates this style attribute in

I’ve changed this method return value to a hard coded value of my-1 . This works as expected.

Please note, that rowStyle and cellStyle of the box (configured in tab2box) work as expected.
The problem I’ve found is related to the metadata field level only (not the box or tab level).

This bug was approved by @abollini in Slack (https://dspace-org.slack.com/archives/CBTMASJP3/p1729580178847919?thread_ts=1729341760.961249&cid=CBTMASJP3).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant