John Halloran
John Halloran
audited works by adding callbacks to your models. Because update_column skips validations and callbacks, it will also skip the functionality added by audited
FWIW, while this issue is open, you can solve the issue by sprinkling a bit of script into your form: ``` $('input[type="file"]').change(function(e){ var fileName = e.target.files[0].name; $('.custom-file-label').html(fileName); }); ```
@davidray nice catch. Your solution works both when `multiple: true` and `multiple: false` Thanks
In my experience with this, the monkey patch from @codyrobbins, with the addition from @maland work in the case where the ActionText field starts as empty, but in the case...
If anyone is still looking for a fix on this, it seems that the proposed monkey patch above needs only to be modified to change the lne: `def audited_changes` to...
in NCP v1.51.4 a similar issue occurs when the system has a corrupted `backup-info-cache.cfg` file. I was able to resolve this by renaming the `backup-info-cache.cfg` file, thought I don't know...
Your step 1 says: "replace all occurrences of bullseye with bookworm" But is also says: "The result should look something like this: deb http://archive.raspberrypi.org/debian/ bullseye main" Seems to be a...
I am getting this same issue when trying to run v 1.3.3_1 on an Arm-based (M4) Mac after installing via Homebrew. I have it running fine on a Raspberry Pi,...
Just adding that I am running into this issue on ncp 1.55.3 / nc 30.0.4.1