inpho / inphosite

The InPhO API
https://inphoproject.org
15 stars 5 forks source link

LODE Import modal context and active add button #137

Closed colinallen closed 9 years ago

colinallen commented 9 years ago

The Modal that pops up should (a) not say "no data for thinker" when in the context of a different kind of entity, and (b) should not have an active add button unless there is data found that can be added.

rzawar commented 9 years ago

The button needs to be disabled when no data found using h query . I apologize for not taking care of that case. If required I can do that stuff by evening in the development box. Also we can set the message for respective context if required.

colinallen commented 9 years ago

Hi Rohit — We just met with Aishwarya and assigned it to her, so she’s on it!

Thanks! - Colin

On Jul 23, 2014, at 17:27, Rohit notifications@github.com wrote:

The button needs to be disabled when no data found using h query . I apologize for not taking care of that case. If required I can do that stuff by evening in the development box. Also we can set the message for respective context if required.

— Reply to this email directly or view it on GitHub.

rzawar commented 9 years ago

Np...sounds great.
Thanks, Rohit

aishuiyer2001 commented 9 years ago

Fixed the issue and pushed the code.