Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-14893

remote_id is defined as integer and not string in content, node|object fetches

    XMLWordPrintable

Details

    Description

      Index: kernel/content/function_definition.php
      ===================================================================
      --- kernel/content/function_definition.php	(revision 23531)
      +++ kernel/content/function_definition.php	(working copy)
      @@ -41,7 +41,7 @@
                                                                      'default' => false,
                                                                      'required' => false ),
                                                               array( 'name' => 'remote_id',
      -                                                               'type' => 'integer',
      +                                                               'type' => 'string',
                                                                      'default' => false,
                                                                      'required' => false ) ) );
       $FunctionList['version'] = array( 'name' => 'version',
      @@ -74,7 +74,7 @@
                                                                    'required' => false,
                                                                    'default' => false ),
                                                             array( 'name' => 'remote_id',
      -                                                             'type' => 'integer',
      +                                                             'type' => 'string',
                                                                    'default' => false,
                                                                    'required' => false )  ) );
       $FunctionList['locale_list'] = array( 'name' => 'locale_list',
      

      Attachments

        Activity

          People

            andre1 andre1
            andre1 andre1
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: