Template Changes
This commit is contained in:
parent
3d34012c6f
commit
40b3c25fc6
@ -87,7 +87,7 @@ defined('EXIT__AUTO_MAX') OR define('EXIT__AUTO_MAX', 125); // highest auto
|
|||||||
// define login route name for token verification
|
// define login route name for token verification
|
||||||
//defined('ROUTE_LOGIN') OR define('ROUTE_LOGIN', '(listLessPDDetails/:any)'); // no errors
|
//defined('ROUTE_LOGIN') OR define('ROUTE_LOGIN', '(listLessPDDetails/:any)'); // no errors
|
||||||
//defined('ROUTE_LOGIN') OR define('ROUTE_LOGIN', '(listAllTemplates/:any)'); // no errors
|
//defined('ROUTE_LOGIN') OR define('ROUTE_LOGIN', '(listAllTemplates/:any)'); // no errors
|
||||||
defined('ROUTE_LOGIN') OR define('ROUTE_LOGIN', 'saveTemplateQuestionAnswers'); // no errors
|
defined('ROUTE_LOGIN') OR define('ROUTE_LOGIN', 'getListOfLenders'); // no errors
|
||||||
|
|
||||||
/*********************AWS resources Constants*************************************************/
|
/*********************AWS resources Constants*************************************************/
|
||||||
defined('PROFILE_PICTURE_BUCKET_NAME') OR define('PROFILE_PICTURE_BUCKET_NAME','sineedgedevprofilepic');
|
defined('PROFILE_PICTURE_BUCKET_NAME') OR define('PROFILE_PICTURE_BUCKET_NAME','sineedgedevprofilepic');
|
||||||
|
|||||||
@ -23,6 +23,7 @@ class Template_Management_Controller extends REST_Controller {
|
|||||||
|
|
||||||
public function listAllTemplates_get()
|
public function listAllTemplates_get()
|
||||||
{
|
{
|
||||||
|
|
||||||
$page = "";$limit = ""; $sort = "asc";
|
$page = "";$limit = ""; $sort = "asc";
|
||||||
$result = $this->Template_Management_Model->listAllTemplates($page,$limit,$sort);
|
$result = $this->Template_Management_Model->listAllTemplates($page,$limit,$sort);
|
||||||
if(count($result))
|
if(count($result))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user