Skip to content

Compatibility with NC>24 #54

@StCyr

Description

@StCyr

With NC26 (maybe 25 too), you need the following patch to get the app working (in addition to the 'max-version' field in info.xml ofc):

diff --git a/lib/Db/Property.php b/lib/Db/Property.php
index 2bf8d3e..8326eb4 100644
--- a/lib/Db/Property.php
+++ b/lib/Db/Property.php
@@ -14,6 +14,8 @@ class Property extends Entity
     public $propertyname;
     /** @var string */
     public $propertyvalue;
+    /** @var int */
+    public $valuetype;
 
     public function __construct()
     {
@@ -22,5 +24,6 @@ class Property extends Entity
         $this->addType('propertypath', 'string');
         $this->addType('propertyname', 'string');
         $this->addType('propertyvalue', 'string');
+        $this->addType('valuetype', 'int');
     }
-}
\ No newline at end of file
+}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions