PM-1788 "Designer > Designer Classic > Report Tables: El report..." SOLVED
Issue:
Designer > Designer Classic > Report Tables: El report table perteneciente
a un proceso no se visualiza en la opcion "Report Tables" en el diseñr
Cause:
En PHP-5.4 se incorpora de manera predefinida la constante E_STRICT, siendo
este la causa para los "Warnings PHP Strict Standards"
Solution:
Se ha corregido codigo para respetar el "PHP Strict Standards"
Note:
- Los procesos adjuntos "sys-wsqa_2014-01-23_0759.pmt" y "Test_Report_Table_Grid1 %281%29.pm"
no tienen el mismo PRO_UID, osea no tienen ninguna relacion
- Se pide crear un nuevo proceso y report table para el testeo
This commit is contained in:
@@ -135,7 +135,7 @@ class PmTable
|
|||||||
* @param string $dbsUid corresponding to DBS_UID key
|
* @param string $dbsUid corresponding to DBS_UID key
|
||||||
* @return string contains resolved DBS_UID
|
* @return string contains resolved DBS_UID
|
||||||
*/
|
*/
|
||||||
public function resolveDbSource ($dbsUid)
|
public static function resolveDbSource($dbsUid)
|
||||||
{
|
{
|
||||||
switch ($dbsUid) {
|
switch ($dbsUid) {
|
||||||
case 'workflow':
|
case 'workflow':
|
||||||
|
|||||||
Reference in New Issue
Block a user