majid.ali → created an issue.
majid.ali → created an issue.
- Install https://www.drupal.org/docs/contributed-modules/entity-update → module
- Take backup of entities we are going to update (teaser_entity, media_excerpt, question, user) by using this command.
drush upe ENTITY_TYPE_ID --bkpdel
Update Entities basic way. - This method is does not work if any of the entity contains data.
drush upe --basic
- This method is generate an error if can't use the basic method (But recommended to try before --all method).
drush upe --basic --force
- Create entities from entity backup database.
If entity recreation failed (on drush upe --all), You can you this option to
create entities from entity backup database.
drush upe --rescue
- Cleanup entity backup database
drush upe --clean
https://www.drupal.org/docs/8/modules/entity-update/entity-update-from-drush
majid.ali → created an issue.
It happens due to wrong configs during migration. I am closing this issue.
majid.ali → created an issue.
majid.ali → created an issue.
Re-rolling #2 🐛 Multiple contextual filters / arguments are not supported when a value is not provided for them Needs work for updated 8.x-2.x-dev branch.
majid.ali → created an issue.
I had the same problem and i found that default input value for filter ('All') was overwritten in the filter. I have rolled out a patch that fix the problem.
I have update the #11 ✨ Cache external addtoany JS library and update the local cache with cron Needs review patch.
- Added a update hook to download scripts for existing projects using this module.
- Added install hook to to do the same for new installs.
- Added schema constraints.
- Found an issue that Drupal cleanup job deletes everything in
public://js
directory after 30 days\Drupal\Core\Asset\JsCollectionOptimizer::deleteAll()
. Therefore we have to move scripts frompublic://js/addtoany/menu/
topublic://addtoany/menu/
majid.ali → created an issue.
If entered wrong aspect ratio #13 throws an error. The aspect ratio needs to be validated before saving. I therefore updated #13 with it.
Re rolling patch #11 for 9.5.x.