Opened 4 years ago

Last modified 3 years ago

#5911 assigned defect

NF API don't return qualified path

Reported by: adeas31 Owned by: adrpo
Priority: high Milestone:
Component: Interactive Environment Version:
Keywords: Cc:

Description

Run the attached script. The first output of the components without -d=nfAPI is,

{{P.M,m1,"", "public", false, false, false, false, "unspecified", "none", "unspecified",{}},{P.M,m2,"", "public", false, false, false, false, "unspecified", "none", "unspecified",{}},{P.C,c,"", "public", false, false, false, false, "unspecified", "none", "unspecified",{}}}

Note the last component P.C.
The second output of the components with -d=nfAPI is,

{{P.M,m1,"", "public", false, false, false, false, "unspecified", "none", "unspecified",{}},{P.M,m2,"", "public", false, false, false, false, "unspecified", "none", "unspecified",{}},{C,c,"", "public", false, false, false, false, "unspecified", "none", "unspecified",{}}}

Note that this time C is returned. OMEdit don't like it and shows the component as not defined with a red cross.

Attachments (2)

P.mo (1.6 KB) - added by adeas31 4 years ago.
P.mos (162 bytes) - added by adeas31 4 years ago.

Download all attachments as: .zip

Change History (6)

Changed 4 years ago by adeas31

Changed 4 years ago by adeas31

comment:1 Changed 4 years ago by adeas31

  • Owner changed from somebody to adrpo
  • Status changed from new to assigned

comment:2 Changed 3 years ago by casella

  • Milestone changed from 1.16.0 to 1.17.0

Retargeted to 1.17.0 after 1.16.0 release

comment:3 Changed 3 years ago by casella

  • Milestone changed from 1.17.0 to 1.18.0

Retargeted to 1.18.0 because of 1.17.0 timed release.

comment:4 Changed 3 years ago by casella

  • Milestone 1.18.0 deleted

Ticket retargeted after milestone closed

Note: See TracTickets for help on using tickets.