MerDoLive / AdminPanel

MIT License
0 stars 0 forks source link

Admin Terminal - Attributes Managment - Bug #42

Open merzido opened 6 years ago

merzido commented 6 years ago

truncate table ATTR_MSTR truncate table ATTR_VALUES truncate table CATG_ATTR_MAP

Excute below Jobs cd /var/www/html/dev/devTools/script ; ./dataReplay.sh Please check now why category is not getting enabled .

Please prepare all possible test cases for attributes and its values int , string , char , dropbox , checkbox , multiselect .

merzido commented 6 years ago

Edit - Need a button to select all category to mapped to attribute

kailash05 commented 6 years ago

Attribute mangment -> add -> user enter the name with special char is allow .but in other side when user want to change the same name with special char .in "EDIT" option user get validation massage "please enter valid name" so please check it.

kailash05 commented 6 years ago

Attribute mangment -> add ->Attribute Type when user select type = int, -> value(in this option only "int" type is allow. when user select the Attribute Type= int ). but now user can ADD any value in (value* option ) int

kailash05 commented 6 years ago

same error occur with "char" value and "STRING" When user select the attribute type =CHAR or STRING and then user go to the value option user enter any value, in value box .. so please fix the code with correct validition

like if user select the attribute type = char then in value = only char value

kailash05 commented 6 years ago

Attribute mangment -> add ->attribute display type=1.dropdown then value->(show the output in form of list)

kailash05 commented 6 years ago

Attribute mangment -> add ->attribute create page = 2.(information) attribute display type =3.(html editor) then value->(show the output in form of )

kailash05 commented 6 years ago

.Attribute mangment -> add ->attribute create page = 3.(accoding) attribute display type =5.multiselect then value=(infrom of accoding and multpal select option )

kailash05 commented 6 years ago

Attribute mangment -> add -> name when user enter the same in NAME
and fill all infomation about attribute then click the submit button the error is occuer

same name

please give same validation

merzido commented 6 years ago

attr_managment_bug

Please fix the Bug .. Attr is Optional .