• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

TYPO3-Documentation / tea / 5355124780
100%

Build:
DEFAULT BRANCH: main
Ran 23 Jun 2023 09:56AM UTC
Jobs 1
Files 5
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
5355124780

push

github

web-flow
[FEATURE] Add a delete functionality for the Tea FE editor (#876)

The delete action is triggered using a form with a submit button,
causing a POST request to be sent instead of a GET request.
This is because GET requests should not modify (or delete) data,
but only read it and be idempotent. Also, the request then
is guaranteed to not get cached.

From a usability perspective, a button instead of a link also
is semantically more correct: A link is expected to bring you
to some place, whereas a button is expected to trigger some
action.

Closes #871

3 of 3 new or added lines in 1 file covered. (100.0%)

46 of 46 relevant lines covered (100.0%)

4.74 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5355124780.1 23 Jun 2023 09:56AM UTC 5
100.0
GitHub Action Run
Source Files on build 5355124780
  • Tree
  • List 5
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • cda38af8 on github
  • Prev Build on main (#5349075837)
  • Next Build on main (#5355231951)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc