Skip to content

Conversation

@mormegil-cz
Copy link
Contributor

The markup for favicon <img> element in feed item used src instead of
ng-src, causing browser to make broken requests for
.../apps/news/%7B%7B%20::Content.getFeed(item.feedId).faviconLink%20%7D%7D

Changing the attribute to ng-src fixed that.

@mormegil-cz mormegil-cz force-pushed the bugfix/favicon-broken-requests branch from 5f2ff57 to 17994ac Compare August 20, 2021 12:35
@codecov-commenter
Copy link

codecov-commenter commented Aug 20, 2021

Codecov Report

Merging #1488 (16670dc) into master (9efda71) will increase coverage by 0.01%.
The diff coverage is n/a.

❗ Current head 16670dc differs from pull request most recent head 7df6308. Consider uploading reports for the commit 7df6308 to get more accurate results
Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1488      +/-   ##
============================================
+ Coverage     92.00%   92.02%   +0.01%     
  Complexity      766      766              
============================================
  Files            65       65              
  Lines          2803     2796       -7     
============================================
- Hits           2579     2573       -6     
+ Misses          224      223       -1     
Impacted Files Coverage Δ
lib/Service/FeedServiceV2.php 100.00% <0.00%> (ø)
lib/Command/Debug/ItemList.php 100.00% <0.00%> (ø)
lib/Command/Debug/FeedItemList.php 100.00% <0.00%> (ø)
lib/Command/Debug/FolderItemList.php 100.00% <0.00%> (ø)
lib/Fetcher/FeedFetcher.php 89.11% <0.00%> (+0.44%) ⬆️

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 9efda71...7df6308. Read the comment docs.

The markup for favicon `<img>` element in feed item used `src` instead of
`ng-src`, causing browser to make broken requests for
`.../apps/news/%7B%7B%20::Content.getFeed(item.feedId).faviconLink%20%7D%7D`

Changing the attribute to `ng-src` fixed that.

Signed-off-by: mormegil <[email protected]>
@mormegil-cz mormegil-cz force-pushed the bugfix/favicon-broken-requests branch from 17994ac to 7df6308 Compare August 23, 2021 12:14
@SMillerDev SMillerDev merged commit 34c1f5c into nextcloud:master Aug 23, 2021
@mormegil-cz mormegil-cz deleted the bugfix/favicon-broken-requests branch August 23, 2021 20:21
Grotax added a commit that referenced this pull request Sep 2, 2021
Changed
- Added new `news:updater:update-user` command to update the feeds of a single user (#1360).

Fixed
- Removed spurious requests for `.../apps/news/%7B%7B%20::Content.getFeed(item.feedId).faviconLink%20%7D%7D` (#1488)

Signed-off-by: Benjamin Brahmer <[email protected]>
@Grotax Grotax mentioned this pull request Sep 2, 2021
Grotax added a commit that referenced this pull request Sep 2, 2021
Changed
- Added new `news:updater:update-user` command to update the feeds of a single user (#1360).

Fixed
- Removed spurious requests for `.../apps/news/%7B%7B%20::Content.getFeed(item.feedId).faviconLink%20%7D%7D` (#1488)

Signed-off-by: Benjamin Brahmer <[email protected]>
Neo11 pushed a commit to Neo11/news that referenced this pull request May 28, 2022
Changed
- Added new `news:updater:update-user` command to update the feeds of a single user (nextcloud#1360).

Fixed
- Removed spurious requests for `.../apps/news/%7B%7B%20::Content.getFeed(item.feedId).faviconLink%20%7D%7D` (nextcloud#1488)

Signed-off-by: Benjamin Brahmer <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants