1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-14 18:55:56 +02:00

A couple of adjustments to ProcessPageLister module to correct issue of neverending spinner when ajax result was missing an expected row, plus improve the ajax spinner output, especially for AdminThemUikit which previously was not showing a spinner.

This commit is contained in:
Ryan Cramer
2019-06-10 09:03:18 -04:00
parent f95b026a95
commit 2ba96d3f2b
4 changed files with 42 additions and 9 deletions

View File

@@ -3030,6 +3030,7 @@ class Modules extends WireArray {
* @param string $property Name of property to get
* @param array $options Additional options (see getModuleInfo method for options)
* @return mixed|null Returns value of property or null if not found
* @since 3.0.107
*
*/
public function getModuleInfoProperty($class, $property, array $options = array()) {