[PAGES-19] Inconsistent behavior for selecting delete and publish deletion actions Created: 06/May/15  Updated: 13/Jul/15  Resolved: 17/Jun/15

Status: Closed
Project: Magnolia pages module
Component/s: None
Affects Version/s: None
Fix Version/s: 5.4

Type: Bug Priority: Neutral
Reporter: Trang Truong Assignee: Trang Truong
Resolution: Fixed Votes: 0
Labels: pages
Remaining Estimate: 0d
Time Spent: 1d 3h
Original Estimate: 3h

Attachments: PNG File pages-19-diff.png    
Issue Links:
causality
caused by MGNLUI-3307 Inconsistent behavior for selecting d... Closed
is causing PAGES-29 Move version handler task for "activa... Closed
Template:
Acceptance criteria:
Empty
Task DoD:
[ ]* Doc/release notes changes? Comment present?
[ ]* Downstream builds green?
[ ]* Solution information and context easily available?
[ ]* Tests
[ ]* FixVersion filled and not yet released
[ ]  Architecture Decision Record (ADR)
Bug DoR:
[ ]* Steps to reproduce, expected, and actual results filled
[ ]* Affected version filled
Date of First Response:

 Description   

Regarding to issue MGNLUI-3307, we provide ability to publish deletion of multiple selected items.



 Comments   
Comment by Philip Mundt [ 15/Jun/15 ]

The solution causes a diff in migration due to different types used in boostrap file and task:

  • The boostrap-file adds a String set to true
  • The MVH task uses Boolean, see last parameter of task (implicit boolean)
    new NewPropertyTask("", "", RepositoryConstants.CONFIG, "/modules/pages/apps/pages/subApps/browser/actions/activateDeletion/availability", "multiple", true)
    

The diff: https://jenkins.magnolia-cms.com/view/Migration/job/int_migration-tests_5.3-to-5.4.x-branch-cms/176/Diff_Reports/

See: pages-19-diff.png red=migration, green=fresh-install

Comment by Trang Truong [ 17/Jun/15 ]

Fixed inconsistent dataType of multiple property in bootstrap and MVH by change it to "String"

Comment by Philip Mundt [ 18/Jun/15 ]

Same adjustment should be done on 5.3.x branch of UI.

Comment by Trang Truong [ 18/Jun/15 ]

You can take a look at branch MGNLUI-3307-inconsistent-deletion with the commit hash cea762f0699a289ed1320938b7ad8afad9b48ed6. I've put it there for reviewing so I haven't integrated it yet.

Generated at Mon Feb 12 06:14:49 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.