-
Notifications
You must be signed in to change notification settings - Fork 95
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
remove old link when editing #5690
base: main
Are you sure you want to change the base?
remove old link when editing #5690
Conversation
The current change works well when only changing a single link in a paragraph. Link in a paragraphFind more information on https://nextcloud.com as usual. -> should only change the link. Link with custom text-> should only change the href. |
10bfdeb
to
35f1d07
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As I said earlier... this will not work if the link is not the only thing in a paragraph.
@grnd-alt would you be up for picking this up again?
f9e4df3
to
ab4b9d0
Compare
7b9f462
to
d8c8450
Compare
Signed-off-by: grnd-alt <[email protected]>
Signed-off-by: Max <[email protected]>
It is a proper e2e test driving the ui. Signed-off-by: Max <[email protected]>
Signed-off-by: Max <[email protected]>
Signed-off-by: Max <[email protected]>
This way we do not hand in the active state and avoid inconsistencies. Signed-off-by: Max <[email protected]>
1288fd9
to
026ae92
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5690 +/- ##
==========================================
+ Coverage 37.85% 38.03% +0.17%
==========================================
Files 750 735 -15
Lines 42637 42514 -123
Branches 1273 1262 -11
==========================================
+ Hits 16142 16171 +29
+ Misses 25873 25736 -137
+ Partials 622 607 -15 ☔ View full report in Codecov by Sentry. |
d52b7f4
to
e8281df
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Just one small remark about the test code.
e8281df
to
3db7595
Compare
Signed-off-by: grnd-alt <[email protected]>
3db7595
to
a333bb3
Compare
Fixes #5516