mike-marcacci / kuda

Automatically exported from code.google.com/p/kuda
GNU General Public License v2.0
0 stars 0 forks source link

Behavior tool does not display action parameters if metadata file is missing #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Using changeset # 7f5e08005c2e  posted July 25 '11,
the create behavior tool doesn't allow the author to specify the Action Method 
Parameters.  I can name and save the behavior, but the Action Method Parameters 
section is no longer there.

Original issue reported on code.google.com by scott.kr...@gmail.com on 26 Jul 2011 at 8:56

GoogleCodeExporter commented 9 years ago
Changed priority to critical

Original comment by jpywt...@gmail.com on 27 Jul 2011 at 5:04

GoogleCodeExporter commented 9 years ago
I think I see the problem. Stable releases will be deployed with the metadata 
file already generated, but the metadata file won't be committed in the 
development repository. So Scott is missing this file. We should have a 
graceful fail for when the file is missing.

In the mean time, I have attached the current metadata file called 'hemi.json'. 
Download this file to:
[kuda directory]/public/js/editor/data/

If you want to generate this file on your own, open a Node command line in the 
Kuda directory and run:
node parse.js

The file will be created in the correct directory automatically.

Original comment by erik.kit...@gmail.com on 27 Jul 2011 at 6:16

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed with latest commit. Editor now fails more gracefully if metadata is 
missing.

Original comment by erik.kit...@gmail.com on 27 Jul 2011 at 7:08

GoogleCodeExporter commented 9 years ago
Verified and released in 1.4.1

Original comment by jpywt...@gmail.com on 9 Aug 2011 at 10:53