Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Alto
/
rkn
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 2ffc8926
authored
2021-06-04 16:10:40 +0300
by
Скуратович Александр
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
страница просмотра
1 parent
6dda7459
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
views/filter/view.php
views/filter/view.php
View file @
2ffc892
...
@@ -32,9 +32,18 @@ $this->params['breadcrumbs'][] = $this->title;
...
@@ -32,9 +32,18 @@ $this->params['breadcrumbs'][] = $this->title;
'id'
,
'id'
,
'pattern:ntext'
,
'pattern:ntext'
,
'created'
,
'created'
,
'include'
,
[
'status'
,
'attribute'
=>
'include'
,
'type'
,
'value'
=>
$model
::
getIncludes
(
$model
->
include
),
],
[
'attribute'
=>
'status'
,
'value'
=>
$model
::
getStatus
(
$model
->
status
),
],
[
'attribute'
=>
'type'
,
'value'
=>
$model
::
getTypes
(
$model
->
type
),
],
],
],
])
?>
])
?>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment