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

Extended props #230

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Extended props #230

wants to merge 12 commits into from

Conversation

typonino
Copy link

I find an attribut on item type object not implemented which is "data_time_received" that I would like to have without using get_all_properties.
Is it possible to change item.rb file for adding in ITEM_KEY_PATHS = date_time_received : [:date_time_sent, :text],
and
ITEM_KEY_TYPES = date_time_received: ->(str){DateTime.parse(str)},

Thanks,

Base automatically changed from master to main February 3, 2021 02:23
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

Successfully merging this pull request may close these issues.

2 participants