altering values for List (text) error: Allowed values list: some values are being removed while currently in use

StackOverflow https://stackoverflow.com/questions/21539326

  •  06-10-2022
  •  | 
  •  

문제

I have a drupal 7 site with content type that has a field of type List (text) and widget is Select list, I wanted to alter the allowed values but unable to because I keep getting an error: Allowed values list: some values are being removed while currently in use.

What do you suggest? maybe change it through PHPmyadmin for existing nodes?

도움이 되었습니까?

해결책

If data is not much delete the field values entered earlier and then alter the allowed values. After that you can reenter the the field values added.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top