Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
Version compat custom field for VirtueMart
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
VirtueMart
Version compat custom field for VirtueMart
Commits
775fa4b7
Commit
775fa4b7
authored
10 years ago
by
Reinhold Kainhofer
Browse files
Options
Downloads
Patches
Plain Diff
Minor fix
parent
d06a4207
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
fields/compatfolders.php
+2
-1
2 additions, 1 deletion
fields/compatfolders.php
versioncompat.php
+1
-1
1 addition, 1 deletion
versioncompat.php
versioncompat/tmpl/search.php
+0
-0
0 additions, 0 deletions
versioncompat/tmpl/search.php
with
3 additions
and
2 deletions
fields/compatfolders.php
+
2
−
1
View file @
775fa4b7
...
...
@@ -42,7 +42,8 @@ class JFormFieldCompatFolders extends JFormFieldGroupedList
$folders
=
JFolder
::
folders
(
$directory
,
(
string
)
$dir
[
'filter'
]);
foreach
(
$folders
as
$option
)
{
$groups
[
$label
][]
=
JHtml
::
_
(
'select.option'
,
(
string
)
$dir
.
DS
.
$option
,
$option
);
// TODO: Make sure the $dir ends with a slash! (currently it appears to be always the case, but who knows)
$groups
[
$label
][]
=
JHtml
::
_
(
'select.option'
,
(
string
)
$dir
.
$option
,
$option
);
}
}
reset
(
$groups
);
...
...
This diff is collapsed.
Click to expand it.
versioncompat.php
+
1
−
1
View file @
775fa4b7
...
...
@@ -24,7 +24,7 @@ class plgVmCustomVersionCompat extends vmCustomPlugin {
$this
->
varsToPush
=
array
(
'compatibility'
=>
array
(
array
(),
'array'
),
'versions'
=>
array
(
array
(),
'array'
),
'searchable'
=>
array
(
0
,
'int'
),
//
'searchable'=>array(0,'int'),
'directory'
=>
array
(
''
,
'string'
),
'textversions'
=>
array
(
''
,
'string'
),
);
...
...
This diff is collapsed.
Click to expand it.
versioncompat/tmpl/search.php
deleted
100644 → 0
+
0
−
0
View file @
d06a4207
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