Skip to content

Commit

Permalink
Revert "[4] webservice categories add description field (#41307)" (#4…
Browse files Browse the repository at this point in the history
  • Loading branch information
obuisard authored Aug 13, 2023
1 parent 0990c93 commit 642de29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ protected function getListQuery()
'a.id, a.title, a.alias, a.note, a.published, a.access' .
', a.checked_out, a.checked_out_time, a.created_user_id' .
', a.path, a.parent_id, a.level, a.lft, a.rgt' .
', a.language, a.description'
', a.language'
)
);
$query->from($db->quoteName('#__categories', 'a'));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ class JsonapiView extends BaseApiView
'count_published',
'count_archived',
'params',
'description',
];

/**
Expand Down Expand Up @@ -91,7 +90,6 @@ class JsonapiView extends BaseApiView
'count_published',
'count_archived',
'params',
'description',
];

/**
Expand Down

0 comments on commit 642de29

Please sign in to comment.