| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
When an edit with a target occurrs make sure that only the specified images are modified, and the metadata reflects this changes based on the specified target from the media section
Move the tests from the single location into the correct file where the image edits are located.
When an image is selected for a target make sure that only the selected target images are processed instead of processing all the images when is not required or desired. Fixes #299
Co-authored-by: Eugene Manuilov <manuilov@google.com>
There was a problem hiding this comment.
LGTM. Thanks, @mitogh.
Sorry, something went wrong.
There was a problem hiding this comment.
@mitogh Mostly lgtm, a few minor comments. One more critical thing, the rest is around doc comments.
Sorry, something went wrong.
|
@mitogh @eugene-manuilov I've updated the base branch to release/1.1.0, with the goal to get this into the upcoming release. Would one of you be able to address the final feedback? There's also a merge conflict to address. |
Sorry, something went wrong.
|
Thanks I can take a look at the feedback later today and resolve any remaining conflicts. |
Sorry, something went wrong.
|
👋 @mitogh We're in a bit of a rush with this one in prep for Monday's release, so @mehulkaklotar is going to finish this one up. Thank you for continuing to work on this to this point! |
Sorry, something went wrong.
Co-authored-by: Felix Arntz <felixarntz@users.noreply.github.com>
Co-authored-by: Felix Arntz <felixarntz@users.noreply.github.com>
Co-authored-by: Felix Arntz <felixarntz@users.noreply.github.com>
…targets # Conflicts: # modules/images/webp-uploads/image-edit.php
|
Sure @bethanylang sorry I was not able to get it done in time. Thanks, @mehulkaklotar for taking this one to the finish line. |
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks @mehulkaklotar Latest changes look good to me
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks @mitogh and @mehulkaklotar!
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Fixes #299
Relevant technical choices
Allow to select specific target images when editing an image, if either: thumbnail, all except thumbnail or all is selected the edit behavior should only use the specified images instead of applying the edit to all the images regardless of the selected target.
Checklist