]
George Gastaldi commented on FORGE-2141:
----------------------------------------
The correct option name is {{targets}} btw
rest-generate-endpoints-from-entities selector does not select
correct entity
-----------------------------------------------------------------------------
Key: FORGE-2141
URL:
https://issues.jboss.org/browse/FORGE-2141
Project: Forge
Issue Type: Bug
Affects Versions: 2.12.2.Final
Reporter: Tom Van den Bulck
Priority: Minor
When executing the command rest-generate-endpoints-from-entities --target
org.cdbookstore.model.*
It provides a selector
[0] - org.bookstore.model.Author
[1] - org.bookstore.model.Book
Target: [0-1]: 0
This gives the following result
[0] - org.bookstore.model.Book (which was selection 1)
And vice versa, pressing 1 gives the Author object to select