Skip to content

Commit 7ff41c4

Browse files
beni71Bodge-IT
andauthored
Deprecate methods for batch remove tag handling (#44383)
* 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 <[email protected]>
1 parent e39aedd commit 7ff41c4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

libraries/src/Helper/TagsHelper.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -821,6 +821,8 @@ public static function getTypes($arrayType = 'objectList', $selectTypes = null,
821821
* @return boolean
822822
*
823823
* @since 3.1
824+
*
825+
* @deprecated 5.3 will be removed in 7.0
824826
*/
825827
public function postStoreProcess(TableInterface $table, $newTags = [], $replace = true)
826828
{

libraries/src/MVC/Model/AdminModel.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,8 @@ protected function batchMove($value, $pks, $contexts)
693693
* @return boolean True if successful, false otherwise and internal error is set.
694694
*
695695
* @since 3.1
696+
*
697+
* @deprecated 5.3 will be removed in 7.0
696698
*/
697699
protected function batchTag($value, $pks, $contexts)
698700
{

0 commit comments

Comments
 (0)