Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
token
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wallet
token
Commits
e0384ff4
Commit
e0384ff4
authored
4 years ago
by
shajiaiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
6734f4de
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
ExploreAppCategory.php
common/models/psources/ExploreAppCategory.php
+1
-1
ExploreAppController.php
wallet/controllers/ExploreAppController.php
+0
-1
No files found.
common/models/psources/ExploreAppCategory.php
View file @
e0384ff4
...
...
@@ -41,7 +41,7 @@ class ExploreAppCategory extends BaseActiveRecord
{
$scenarios
=
[
self
::
SCENARIOS_CREATE
=>
[
'name'
,
'sort'
,
'limit'
,
'style'
,
'platform_id'
,
'status'
],
self
::
SCENARIOS_UPDATE
=>
[
'name'
,
'sort'
,
'limit'
,
'style'
,
'
platform_id'
,
'
status'
],
self
::
SCENARIOS_UPDATE
=>
[
'name'
,
'sort'
,
'limit'
,
'style'
,
'status'
],
];
return
array_merge
(
parent
::
scenarios
(),
$scenarios
);
}
...
...
This diff is collapsed.
Click to expand it.
wallet/controllers/ExploreAppController.php
View file @
e0384ff4
...
...
@@ -108,7 +108,6 @@ class ExploreAppController extends BaseController
$model
->
setScenario
(
ExploreAppCategory
::
SCENARIOS_UPDATE
);
unset
(
$params
[
'id'
]);
$params
[
'platform_id'
]
=
$platform_id
;
$name_arr
=
$params
[
'name'
];
$name
=
[];
...
...
This diff is collapsed.
Click to expand it.
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