Commit 1ab2d33
committed
Remove form with POST action on Update Repo button
Since the Update action does not result in any actual modifications,
there is no need to use an HTML form for the Update Repository button on
the Manage Repository page.
Using a simple link button allows refreshing the Update Repository page
without having to re-send non-existent form data.
Fixes #3001 parent fc65cbd commit 1ab2d33
1 file changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
136 | | - | |
137 | | - | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
138 | 142 | | |
139 | 143 | | |
140 | 144 | | |
| |||
0 commit comments