Forums / Extensions / eZ Flow / ezflow custom fetch class for dynamic block not fetching the nodes with selection attribute which is been edited more than once.

ezflow custom fetch class for dynamic block not fetching the nodes with selection attribute which is been edited more than once.

Author Message

Romeo Antony

Friday 12 November 2010 3:04:51 am

Hi, is there anyone know following kind of issue with ezflow dynamic fetch class .

 

In ezflow I have a custom fetch class , which will fetch the nodes for a dynamic block.

This custom fetch class fetches nodes (article class nodes with a selection attribute

which has a specific value.).

When I run the cronjob , custom fetch class fetches the correct article nodes with that speciific value.

But the issue is

If I edit the same article and changes the selection attribute value to some other value and run the cronjob , It shouldn't be appear on the dynamic block Bez fetch class , attribute fetch condiion for selection attribute will not satisfy.

But even after changing the selection attribute value , same article is shown on dynamic block ,

I have cleared the all caches.

I do not know why. May be this is bez something wrong with in a fetch class

Here is the fetch class.

$subTreeParameters = array();
$subTreeParameters['AsObject'] = false;
$subTreeParameters['SortBy'] = array( 'published', true ); // first the oldest
$subTreeParameters['AttributeFilter'] = array(
'and',
array( 'published', '>', $publishedAfter ),
array( 'published', '<=', $publishedBeforeOrAt )
);
if ( isset( $parameters['Class'] ) )
{
$subTreeParameters['ClassFilterType'] = 'include';
$subTreeParameters['ClassFilterArray'] = explode( ';', $parameters['Class'] );
}

// Do not fetch hidden nodes even when ShowHiddenNodes=true
$subTreeParameters['AttributeFilter'] = array( 'and', array( 'visibility', '=', true ),array( 'article/catogary', '=', 0 ) );

Here this fetch class fetches nodes with article class with catogary selection attribute whose valuse is '0'. But If I change the selection attribute value to 2 by editing the same article , even after clear the cache it is shown on dynamic block.

Anyone feels something I did wrong in this cutom fetch class? Please do give me a suggestion.

Gaetano Giunta

Saturday 13 November 2010 7:58:56 am

I am not sure that an item that was returned by the block fetch function once will be removed from the block if it's not in the list anymore in subsequent runs... It will probably stay in the block queue anyway.

That's one of the reasons in the end I prefer custom blocks to dynamic blocks most of the times: the mgmt of the queue is too tricky!

Principal Consultant International Business
Member of the Community Project Board

Romeo Antony

Sunday 14 November 2010 3:39:56 am

Thanks for the reply Gaetano .

The only solution for the moment I have is to delete that node that fetched in dynamic block and create a new node with same contents.

eZ debug

Timing: Jan 18 2025 03:07:01
Script start
Timing: Jan 18 2025 03:07:01
Module start 'content'
Timing: Jan 18 2025 03:07:02
Module end 'content'
Timing: Jan 18 2025 03:07:02
Script end

Main resources:

Total runtime0.3184 sec
Peak memory usage4,096.0000 KB
Database Queries196

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0060 588.6094180.6875
Module start 'content' 0.00600.1648 769.2969557.6250
Module end 'content' 0.17080.1476 1,326.9219336.6563
Script end 0.3184  1,663.5781 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00411.2975210.0002
Check MTime0.00140.4526210.0001
Mysql Total
Database connection0.00100.306810.0010
Mysqli_queries0.238674.94211960.0012
Looping result0.00230.72271940.0000
Template Total0.287290.220.1436
Template load0.00200.638820.0010
Template processing0.285189.540320.1426
Template load and register function0.00010.038610.0001
states
state_id_array0.00090.272910.0009
state_identifier_array0.00100.307520.0005
Override
Cache load0.00170.5436430.0000
Sytem overhead
Fetch class attribute can translate value0.00160.503430.0005
Fetch class attribute name0.00130.415550.0003
XML
Image XML parsing0.00140.443730.0005
class_abstraction
Instantiating content class attribute0.00000.004960.0000
General
dbfile0.00451.3992330.0001
String conversion0.00000.001630.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
3content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
5content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezxmltags/strong.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/strong.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 15
 Number of unique templates used: 7

Time used to render debug report: 0.0001 secs