BuildmLearn / BuildmLearn-Toolkit-Android

This repository contains the Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
BSD 3-Clause "New" or "Revised" License
57 stars 132 forks source link

Same matching topics in Match Template #414

Closed shikharbhuddi closed 7 years ago

shikharbhuddi commented 7 years ago

Steps to reproduce:

Create a Match Template. Add a matching topic. Add the same topic (with same values of Strings) again.

Expected Behaviour: Toast "Two entries cannot be same." should appear and the matching topic should not be added. Even after editing, the check should be done.

g_20170209_2036026

Observed Behaviour: Same topics get added.

g_20170209_2017033

shikharbhuddi commented 7 years ago

@opticod Please look into it and assign. I can send a PR then.

m-murad commented 7 years ago

@shikharbhuddi I have solved this issue earlier Please build the app using latest code.

m-murad commented 7 years ago

@shikharbhuddi Solved via PR #327

shikharbhuddi commented 7 years ago

@free4murad Thanks!

opticod commented 7 years ago

@shikharbhuddi Latest codes are merged into bug-fixes branch, so for development purpose refer it.

shikharbhuddi commented 7 years ago

@opticod Thanks!