Closed miking7 closed 2 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
also eager to see Nova 4 support, is it in the works?
Reverting doesn't appear to work - can't click the revert icon.
Also a bonus if we can customise the date?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hey @recycledbeans - thanks for merging @rklugman's pull request (which introduced Nova 4 support). The main audit log is working well now - and this is awesome!
Not sure if others are seeing the same issue that we're seeing, but unfortunately the RestoreAuditModal.vue modal still seems to be broken... and from the we can tell it looks like Nova 4 has made a few kay changes to their implementation of Modals too.
A few notes below in case someone else gets a chance to dig into the issue sooner than we do:
Changing the \<modal> to a \<div> on line 2 of RestoreAuditModal.vue "partially unbreaks" the problem (the modal content becomes visible, but obviously in the wrong place in the DOM), and proves that the underlying logic is still working correctly.
Doing a Nova 3-->4 diff of one of Nova's own modals (such as ConfirmUploadRemovalModal.vue) shows some key changes to how they're doing modals in Nova 4, and may be a good starting point for understanding what else is required.