The change done here was allowing some custom scripts to be able to select and create a block for the correct personal page, eg the dashboard rather than the any page they owned.
The change that went into core was for the test data generator system- used by behat / phpunit So in core there is not anything using this currently - but is useful if we want to add a block to the dashboard page only -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it! https://bugs.launchpad.net/bugs/1879410 Title: Add a text block in Dashboard page using TestingDataGenerator.php Status in Mahara: Fix Released Status in Mahara 19.04 series: Fix Released Status in Mahara 19.10 series: Fix Released Status in Mahara 20.04 series: Fix Released Status in Mahara 20.10 series: Fix Released Bug description: Data generator scripts are used to auto-populate cloud instances (Mahara QA sites) with pre-defined test data. Modification of the create_block() function of TestingDataGenerator.php is required to add a Text block in the Dashboard page. Test instructions: A site created with pre-populated data using the data population script should have a Text block in the dashboard page of every people with info like group count, group admin count, group member count. When logged in as People1 the text block on dashboard will have Group Count:2 Group Admin:2 Group member:0 and for People101 Group Count:2 Group Admin:1 Group member:1 To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1879410/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

