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

Create new Fields in Dataset Table that can be used in HTML Template #121

Open
petrik13 opened this issue May 11, 2022 · 2 comments
Open

Comments

@petrik13
Copy link

petrik13 commented May 11, 2022

My name is Petrik and I want to implement the pgmetadata solution in one of my clients.
I tried create new fields in "Dataset table" and I need show this fields in HTML template. So I edited the HTML template to show them. (attachment)

The fields that have been before it's ok but the fields that I created, not. Is it possible to create what I need?

Thanks
unnamed
!

@effjot
Copy link
Contributor

effjot commented May 12, 2022

Do you mean a tool/setting to add user-defined metadata fields?
I guess as a general solution this will be a bit tricky, because various views and maybe PL/SQL functions have to be modified. Then it would be difficult to keep the database structure upgradable, because the upgrade scripts would need to be careful not to destroy the user-defined fields.

Maybe instead we could add a new table to the metadatabase specifically for user-defined fields, which is nevere touched during upgrade?

@effjot
Copy link
Contributor

effjot commented Jul 28, 2022

@Gustry What do you think?

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

No branches or pull requests

2 participants