Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use anchor id from taxonomyfield in dynamicform #1312

Conversation

SmarterJB
Copy link
Contributor

Q A
Bug fix? [x]
New feature? [x]
New sample? [ ]
Related issues? fixes #1310

What's in this Pull Request?

This change allows the dynamic form to use the anchor id which is set in the field settings of the taxonomy field. I also changed the wording of the german localization because the word "Laufzeit" in german means "running time" in english! "Knoten" now refers to the "node" of the termstore which is more suiting in my opinion.

This is both a bugfix (because when I used the dynamic form, I wondered why it isnt working) and a new feature!

…because the word "laufzeit" in german means "running time" in english! "Knoten" now refers to the "node" of the termstore
@SmarterJB SmarterJB changed the title Feature/use anchor id from taxonomyfield in dynamicform Use anchor id from taxonomyfield in dynamicform Sep 18, 2022
…namicform

# Conflicts:
#	src/controls/dynamicForm/DynamicForm.tsx
@joelfmrodrigues
Copy link
Collaborator

@SmarterJB sorry for the delay on this. Can you please review the conflicts?

@SmarterJB
Copy link
Contributor Author

No problem! I resolved the conflicts!

@SmarterJB
Copy link
Contributor Author

Hello @joelfmrodrigues can this be included in the next release aswell? Then all my current issues should be fixed!

Cheers!

@joelfmrodrigues
Copy link
Collaborator

Sorry, 3.11.0 was just published some minutes ago (should have been 2 days ago but there was an issue publishing it to npm)
I tried to review the PR before the release but just couldn't find the time.

@SmarterJB
Copy link
Contributor Author

okay no problem! we can work with the beta version once this is through! Thanks for the quick response! :)

@@ -28,8 +28,6 @@ export default class SPTermStorePickerService {
* Service constructor
*/
constructor(private props: ITaxonomyPickerProps, private context: BaseComponentContext) {
this.clientServiceUrl = this.context.pageContext.web.absoluteUrl + '/_vti_bin/client.svc/ProcessQuery';
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this change is not needed

@AJIXuMuK AJIXuMuK merged commit ae4765f into pnp:dev Nov 16, 2022
@AJIXuMuK AJIXuMuK added this to the 3.12.0 milestone Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants