Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
5d8f3d8e
Commit
5d8f3d8e
authored
Feb 26, 2005
by
travis%sedsystems.ca
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 283361 : 'Deadline' info not saved in bookmarkable template
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=wurblzap a=myk
parent
17326153
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
enter_bug.cgi
enter_bug.cgi
+2
-0
create.html.tmpl
template/en/default/bug/create/create.html.tmpl
+1
-1
No files found.
enter_bug.cgi
View file @
5d8f3d8e
...
...
@@ -357,6 +357,7 @@ if ($cloned_bug_id) {
$vars
->
{
'keywords'
}
=
$cloned_bug
->
{
'keywords'
};
$vars
->
{
'dependson'
}
=
$cloned_bug_id
;
$vars
->
{
'blocked'
}
=
""
;
$vars
->
{
'deadline'
}
=
$cloned_bug
->
{
'deadline'
};
if
(
exists
$cloned_bug
->
{
'cc'
})
{
$vars
->
{
'cc'
}
=
join
(
" "
,
@
{
$cloned_bug
->
{
'cc'
}});
...
...
@@ -400,6 +401,7 @@ else {
$vars
->
{
'keywords'
}
=
formvalue
(
'keywords'
);
$vars
->
{
'dependson'
}
=
formvalue
(
'dependson'
);
$vars
->
{
'blocked'
}
=
formvalue
(
'blocked'
);
$vars
->
{
'deadline'
}
=
formvalue
(
'deadline'
);
$vars
->
{
'cc'
}
=
formvalue
(
'cc'
);
...
...
template/en/default/bug/create/create.html.tmpl
View file @
5d8f3d8e
...
...
@@ -231,7 +231,7 @@ function set_assign_to() {
<tr>
<td align="right"><strong>Deadline:</strong></td>
<td colspan="3">
<input name="deadline" size="10" maxlength="10">
<input name="deadline" size="10" maxlength="10"
value="[% deadline FILTER html %]"
>
<small>(YYYY-MM-DD)</small>
</td>
</tr>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment