Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(events): disallow updating picture in some cases #608

Merged
merged 1 commit into from
Oct 22, 2021
Merged

Conversation

WikiRik
Copy link
Member

@WikiRik WikiRik commented Oct 22, 2021

@serge1peshcoff when uploading an image and saving the event afterwards, it would keep the id of the former image causing it not to update (at least, that's the hypothesis). This should fix this issue, will do the same for the other places where we upload images.

@WikiRik WikiRik requested a review from a team October 22, 2021 10:45
@codecov
Copy link

codecov bot commented Oct 22, 2021

Codecov Report

Merging #608 (258f6f7) into master (9118c3f) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #608   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           19        19           
  Lines          734       736    +2     
  Branches       168       168           
=========================================
+ Hits           734       736    +2     
Impacted Files Coverage Δ
lib/events.js 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9118c3f...258f6f7. Read the comment docs.

@WikiRik WikiRik merged commit ebaedf9 into master Oct 22, 2021
@WikiRik WikiRik deleted the image-upload branch October 22, 2021 17:57
serge1peshcoff pushed a commit that referenced this pull request Oct 22, 2021
## [1.3.10](1.3.9...1.3.10) (2021-10-22)

### Bug Fixes

* **events:** disallow updating picture in some cases ([#608](#608)) ([ebaedf9](ebaedf9))
@serge1peshcoff
Copy link
Member

🎉 This PR is included in version 1.3.10 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants