Ads import

Build 1501 on 14/Nov/2017  This topic last edited on: 12/Oct/2016, at 12:56

[20] Edt4: page zone reset when importing ads from Beacon

GN4-4321

some relevant changes into import process:
before this fix the page matching used 4 data: page number, section, zone, book: into beacon are specified only page number and section/zone; the other values are set as default. For editions created ex-novo by beacon import this work, the mach fail in case of modify by user: if a page has a book change the match doesn't work anymore.
(there are also the match by GUID page, but this is not the case)
the fix change the match process: it try to match only the available data, ignoring the other ones (no more "default value"). Obviously is possibile match two or more pages with the same data (two page with the same number and section with different book, for example) in this case the match is on the first page found.
 
Into 2.3 are not available the book data but the problem persists with unknown/unset zones (or section, the assignment of zone/section is one of beacon import parameters)

Modified date: 03/05/2016 11:42:48 - P4 Changelist: 81953 - From build: main.2894.x (T)

 

[14] Fred4: Beacon: set logical only the pages created by beacon plan.

GN4-4334

Fixed: Into the beacon process only the pages created by beacon plan can be set as logical.

Modified date: 05/05/2016 17:29:40 - P4 Changelist: 82002 - From build: main.2896.x

 

[146] Edt4: better internal management of empty ads layers

GN4-4126

There is no more need to empty all layers in scripting (or server workflow) before ads plan re-import. Ads layers will be cleared on edition save, in the same call that will add newly imported ads. The process is very quick now.

Modified date: 10/03/2016 12:03:42 - P4 Changelist: 81198 - From build: main.2840.x (T)

 

[159] Edt4: the ads assign dialog can appear after several seconds

GN4-4117

Fixed some speed issues when checking out page/layers and when empty ads layers.
Scripting note: EmptyAdsLayersCheckedOut() has been removed (duplicated), now use EmptyAdsLayers(checkOnly As Boolean), with param = True.

Modified date: 08/03/2016 16:06:15 - P4 Changelist: 81145 - From build: main.2838.x (T)