update text for stale bannerand code clean up in power usr lookup

This commit is contained in:
cptran777 2018-05-10 14:46:26 -07:00
parent 39d0e9eb5b
commit e3d60276c5
2 changed files with 4 additions and 3 deletions

View File

@ -64,7 +64,7 @@ export default class PowerUserLookup extends UserLookup {
focusOut() {
setProperties(this, {
suggestedText: '',
showPlaceholder: get(this, 'selectedEntity') ? false : true
showPlaceholder: !get(this, 'selectedEntity')
});
}

View File

@ -1,9 +1,10 @@
The WhereHows search index is currently out of date.<br>
Please see
{{!-- TODO: Make into a config link to remove internal values from open source --}}
<a
href="https://iwww.corp.linkedin.com/wiki/cf/display/ENGS/Metadata+Annotation+FAQs#MetadataAnnotationFAQs-stale-index"
href="http://go/metadata/faq#MetadataAnnotationFAQs-stale-index"
target="_blank"
class="banner-alert__content__link">
https://iwww.corp.linkedin.com/wiki/cf/display/ENGS/Metadata+Annotation+FAQs#MetadataAnnotationFAQs-stale-index
go/metadata/faq#MetadataAnnotationFAQs-stale-index
</a>
for more details and workarounds.