interchange/TableEditor

Menu problem

Closed this issue · 4 comments

Recent commits did introduce a menu problem - no tables are shown any more on the left hand side.
Going back to f69eb79 fixes the problem.

Output of menu method looks like:

Menu: [
   {
      "active" : 1,
      "items" : [
         {
            "class" : "Category",
            "name" : "Category",
            "url" : "#Category/list"
         },
         {
            "class" : "Product",
            "name" : "Product",
            "url" : "#Product/list"
         }
      ],
      "sort" : 100,
      "title" : "Tables"
   }
] 

True, I changed menu JSON, so there can be multiple menu blocks. You probably have custom index.html in your plugin and it uses old structure and finds nothing.

Indeed. This kind of incompatible changes is dangerous, so please make a clear statement in the commit messages next time and drop us an email so we are aware of it.

OK. I try to avoid this kind of changes, but sometimes they are inevitable. I'll make it more clear next time.

The change itself is fine - we just need to be kept up-to-date.