Skip to content

Commit 949dd01

Browse files
Remove unused "bug tracker file url" UI (#2798)
The "bug tracker file URL" field has been unused for some time and #2102 removed the column the data was stored in. The UI was missed in that removal due to a typo in the HTML. This PR cleans up the rest of the UI.
1 parent 5a10da2 commit 949dd01

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

resources/js/vue/components/EditProject.vue

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -249,26 +249,6 @@
249249
>
250250
</td>
251251
</tr>
252-
<tr>
253-
<td />
254-
<td>
255-
<div align="right">
256-
<strong>Bug Tracker File URL:</strong>
257-
</div>
258-
</td>
259-
<td>
260-
<input
261-
id="bugFileURL"
262-
v-model="cdash.project.BugTrackerFilerUrl"
263-
name="bugFileURL"
264-
type="text"
265-
size="50"
266-
@change="cdash.changesmade = true"
267-
@focus="clearHelp()"
268-
>
269-
</td>
270-
</tr>
271-
272252
<tr>
273253
<td />
274254
<td>

0 commit comments

Comments
 (0)