Skip to content

Commit

Permalink
Deprecate methods for batch remove tag handling (#44383)
Browse files Browse the repository at this point in the history
* Update lib_joomla.ini

* Added possibility to batch remove a tag

* Reverted code change. Only the deprecation message is needed.

* Re-added empty line

---------

Co-authored-by: Gary Barclay <1881642+Bodge-IT@users.noreply.github.com>
  • Loading branch information
beni71 and Bodge-IT authored Nov 13, 2024
1 parent e39aedd commit 7ff41c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/src/Helper/TagsHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -821,6 +821,8 @@ public static function getTypes($arrayType = 'objectList', $selectTypes = null,
* @return boolean
*
* @since 3.1
*
* @deprecated 5.3 will be removed in 7.0
*/
public function postStoreProcess(TableInterface $table, $newTags = [], $replace = true)
{
Expand Down
2 changes: 2 additions & 0 deletions libraries/src/MVC/Model/AdminModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,8 @@ protected function batchMove($value, $pks, $contexts)
* @return boolean True if successful, false otherwise and internal error is set.
*
* @since 3.1
*
* @deprecated 5.3 will be removed in 7.0
*/
protected function batchTag($value, $pks, $contexts)
{
Expand Down

0 comments on commit 7ff41c4

Please sign in to comment.