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

[enhancement request] ability to show id and dateCreated in <f:display bean="xx"/> #298

Open
nutmix opened this issue Mar 7, 2019 · 0 comments

Comments

@nutmix
Copy link

nutmix commented Mar 7, 2019

You can show the id and dateCreated in <f:table collection="personList"/> by hard coding the list of fields including the ID field, e.g. <f:table collection="personList" properties="id, name, email"/>

This is useful, but it is really critical to be able to show these fields when showing the record via the show method.

Unfortunately, the same thing doesn't work for the display method. This request is to allow this to work: <f:display bean="person" properties="id, name, email"/> or, even better:

<f:display bean="person" exclude=""/>

If possible, please add the ability to show id, dateCreated and dateUpdated when "showing" a bean.

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

1 participant