Install
Works with Drupal: ^8 || ^9 || ^10 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Release notes
Switch from Prepopulate module to Entity Prepopulate (EPP) module.
#3473660: Switch to using EPP module instead of Prepopulate
This will allow straightforward use of Read Only field widget module.
This entailed extra code to autosave the query token that should be used by EPP (but that does make the URLs we can make a lot prettier).
We need to test that this is not destructive of other changes people might make, but given it is field-by-field and specific to EPP's settings on that field i think we are good.
If anyone really wants Prepopulate instead of EPP the previous release (alpha2) of this module was working fine with that, and we could release a submodule or this module could be forked from there.