Description of the need
Since 7.50 Drupal has included a check that alerts you if there is a missing file, module or dependencies. We recently saw in a Forum post that, if you update modules by pushing them through git instead of using the UI, and if the update does not require a database update, you may not catch a missing dependency. For example, recently, Rules started depending on Entity Tokens. That update did not require any database update. So if you updated Rules by pushing it, or manually moving its folder into the modules folder, you may not be aware of the missing dependency, unless you either run update.php (which will alert you right away) or you install a new module via the UI (which performs that check).
See Drupal's record change and issue 1081266. This issue was mentioned in the Backdrop queue https://github.com/backdrop/backdrop-issues/issues/2013, and its checkbox was marked as complete, but in fact this feature was never ported to Backdrop.
Proposed solution
Crossport D7 issue 1081266
Recent comments
This post explains how to do this in Drupal 7. In Backdrop, File Entity is already part of core. You will need to download and install module Views Field View. https://drupal.stackexchange...
I Need to Display an Image in a View that was Uploaded to a Webform
After alot of trials, i have done the obvious and translated the whole block for different languages with each property condition as follows: ->propertyCondition('langcode', 'en...
How to get the current page language?
Thanks so much! It's working now: I was able to transfer the docroot files to the containing directory without the need for a second database or any manual configuration export/import/sync...
Backup & Migrate Config: There was a problem creating field...database table with the name already exists.