Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uw_ct_opportunities
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nathan Vexler
uw_ct_opportunities
Commits
a9d002a3
Commit
a9d002a3
authored
9 years ago
by
Eric Bremner
Browse files
Options
Downloads
Patches
Plain Diff
RT#427026: Fixed issue with not having ==.
parent
097f6444
No related branches found
Tags
7.x-1.5.8.2-rc2
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
uw_ct_opportunities.module
+1
-1
1 addition, 1 deletion
uw_ct_opportunities.module
with
1 addition
and
1 deletion
uw_ct_opportunities.module
+
1
−
1
View file @
a9d002a3
...
...
@@ -25,7 +25,7 @@ function uw_ct_opportunities_block_info() {
* Add in validation
*/
function
uw_ct_opportunities_form_alter
(
&
$form
,
&
$form_state
,
$form_id
)
{
if
(
$form_id
=
'uw_opportunities_node_form'
)
{
if
(
$form_id
=
=
'uw_opportunities_node_form'
)
{
$form
[
'actions'
][
'submit'
][
'#validate'
][]
=
'uw_ct_opportunities_validation'
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment