Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cck
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
cck
Commits
0b723029
Commit
0b723029
authored
Jul 19, 2007
by
Yves Chedemois
Browse files
Options
Downloads
Patches
Plain Diff
#147205
- nodereference : fixed 'advanced settings - view arguments' not working.
- thanks caign and beholder
parent
eb00d9ff
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
nodereference.module
+2
-2
2 additions, 2 deletions
nodereference.module
with
2 additions
and
2 deletions
nodereference.module
+
2
−
2
View file @
0b723029
...
...
@@ -403,9 +403,9 @@ function _nodereference_potential_references($field, $return_full_nodes = FALSE,
// arguments for the view
$view_args
=
array
();
if
(
isset
(
$field
[
'view_args'
]))
{
if
(
isset
(
$field
[
'
advanced_
view_args'
]))
{
// TODO: Support Tokens using token.module ?
$view_args
=
array_map
(
trim
,
explode
(
','
,
$field
[
'view_args'
]));
$view_args
=
array_map
(
trim
,
explode
(
','
,
$field
[
'
advanced_
view_args'
]));
}
if
(
isset
(
$string
))
{
...
...
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