-
Notifications
You must be signed in to change notification settings - Fork 0
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
RecordFetching event not triggering in the backoffice v2 #639
Comments
I've had a look into this. The issue here is that actually, the This doesn't have an equivalent event, but it seems like we could add one, allowing for the the amends to the records as you are looking to do. There's a couple of PRs linked for V7 and V8, so will see how they go through review. |
Hé Andy, Thank you for your effort! An event would be great. When do you expect the new version with the new event is released? Then I can give an update to the customer. With kind regards, |
No set date yet I'm afraid @DennisBoonkP - but once the fix is reviewed and tested I'll make a nightly build available to you. It'll come officially in the next minor, hopefully within the next few weeks. |
I've made available a couple of preview builds containing this amend @DennisBoonkP : You can just extract the dlls and copy them over your current versions. You're welcome to use these to progress your development work, and if you can confirm the change meets your requirements that would be appreciated, as then I can look to get it out in patch for V7. For V8 it'll come with the next minor release. To use it, for V7 you can use the new event as per this example:
With V8 you should be able to write a composer/component like this to use the new event (note that we've had to add a new interface here to avoid a breaking change by introducing the event on
And for completeness, for V9, it looks like this:
|
Hi Andy, Thank you for making this event available. I can confirm it works on v7 when using the patched Umbraco Forms dll's you've provided above. Do you have an estimated release date for Umbraco Forms v7? Can't find any futher info on 7.5.5 at this moment. Kind regards, |
Hi @RunnicFusion - that's good to hear. With regards release date we aren't doing feature work on V7 at the moment, so really I was just waiting for you to confirm that the provided solution works for you, as including this will be the only update for 7.5.5. I'm off now for a couple of days but will arrange the release next week, and you can likely expect it about a week after. |
Hi guys,
I'm working on an package do encrypt Umbraco Forms data in the db. The encryption is implemented but when retrieving the data in the backoffice we have a problem and hopefully you can take a look shortly, so we can fix this and release the new and improved package. This report is a follow up on #29.
We hoped that we could decrypt the data when plugging into the event
RecordStorage.RecordFetching += RecordStorage_RecordFetching;
So if we clicked on "Entries" in the backoffice forms-section this would get called and we could decrypt every record. But this isn't triggered.
Could you think for just a moment how we could achieve the decryption in the backoffice without rewriting whole parts of the work you've done?
Thank you very much!
Bug summary
RecordStorage.RecordFetching event not triggerd in the backoffice
Specifics
Tested with Umbraco 7.15.7 and UmbracoForms 7.5.4
Steps to reproduce
Expected result
The event is triggerd when retching a record.
Actual result
Nothing
The text was updated successfully, but these errors were encountered: